Need a validator to restrict going to particular status

Parsa Mounika August 11, 2022

Hi Team,

 

In our Jira we are using a custom field name Execution Status which is a single select and having values A, B, C, D. So, when user select A values for Execution Status then it can't to done status, else it can go to done status.

Can some one help me how to implement this requirement.

Thanks in advance

1 answer

1 vote
Pedram Mireftekhari
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.
August 11, 2022

You can use the Condition (Value Field in this case) on the transition to Done status. You can say add this parameter that if the Execution Status != A then the condition is met.

Suggest an answer

Log in or Sign up to answer