Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

priority

Star Kian
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 4, 2020

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 

2 answers

0 votes
caglad
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 4, 2020

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

0 votes
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 4, 2020

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.

Suggest an answer

Log in or Sign up to answer