-
Bug
-
Resolution: Fixed
-
Low
-
3.1.1
Using a workflow validator and using the name in the exception results in an error in the attached screenshot:
throw new com.opensymphony.workflow.InvalidInputException("summary", "Summary is incorrect")
The expectation is that the error message will be displayed next to the summary field.
The following will not work:
throw new InvalidInputException("summary", "Summary is incorrect")
But the following will work although not by the field:
throw new InvalidInputException("Summary is incorrect")
- is blocked by
-
JSDSERVER-5781 Workflow validators result in error when using name
- Gathering Impact
- relates to
-
JSDSERVER-3647 Unspecific message shown in Portal when a validation in "Create Issue" transition fails
- Closed
- was cloned as
-
QUALITY-479 Loading...