Open
Description
When using a message parameter:
@Parameter(visibility=ItemVisibility.MESSAGE)
String message = "Some informative message";
it would help to have required=false
and persist=false
by default, as this is almost always what you want. Otherwise, you'll have to provide this parameter when e.g. running from command line.
Suggested by @xulman.
Metadata
Metadata
Assignees
Labels
No labels