I have a question about priority
I want to get validators for priority in Resolve . when I want to Resolve task before than check priority for none
then comment that priority is none .
But I do not want get priority in Resolve screen
please help me
You should also be able to do this with Jira automation.. depending on when you want to update the priority.. you can do it as after resolution = resolved or even at the begining if it wasnt added
Hi,
You can do this with JMWE plugin. Add a postfunction "Comment Issue(JWME)" and add the comment text. After that select the conditional execution.
Add a condition issue.getAsString("priority")=='None'
If the validation to check priority has no value for it, then the condition should be !issue.get("priority") (checks if priority is empty).
You can also achieve this with JSU plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.