Hi,
I use a validator in my custom workflow, to require a comment in order for a user to perform a particular transition. I use a standard validator for that. I have set no screen for this transition.
When I trigger that transition, I immediately get the following error, even if I enter a comment in the standard "comment" field of that ticket.
Of the below error in a popup, the first line is the text I defined in the workflow. The other two lines about illegal operation and contacting the JIRA admin are from the JIRA standard, I believe.
"Use the comment field specify what action or information you require from the reporter.
It seems that you have tried to perform an illegal workflow operation.
If you think this message is wrong, please contact your JIRA administrators."
Am I using this validator wrongly?
Thanks,
takeshi
Another way you could do this, assuming that you just want to have at least 1 comment on the issue, regardless of when it was added, is create a custom field of type "number of comments". Then have a validator to check that this field has a value greater then 0.
Since you have no transition screen, there is no way for the workflow to associate any field updates with that transition, which is why it throws errors saying you've performed "an illegal operation." If you add a transition screen (even if it only has the Comment field visible), does that fix the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To expand on what Tyler has said. To create a comment screen, you just need to create a screen, and put no fields on it. The comment is automatically added to the screen by JIRA. I know, it seems counterintutive but it does work, trust me.
Now when you add the comment screen to your workflow transition, it will display only a comment field. Enter your comment there and your validation should now work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.