-
Suggestion
-
Resolution: Duplicate
-
None
Hi Atlassian
My initial requirements were to be able :
- to display errors raised by validator defined in the initial-action.
- to define a validator verifying that at least one of two fields was entered during the Create or Edit action.
Following my post done on JIRA Dev. Forum, I made more investigations ...
It appears that :
- Validators, defined in an inital-action of a Workflow, are executed during the doExecute(),
- Only InvalidInputException raised during doValidate() (resulting from Field validation depending on FieldConfiguration) are interpreted to provide a focus on the field in error.
I developped an enhancement described in KAAM-190
Let me known about your opinion.
Rgds
Vincent
- duplicates
-
JRASERVER-15297 Add Conditions, Validators, Post Functions to the Clone, Edit operations
- Gathering Interest