Forums

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

How to veto a transition in jira through sdk

akshay gupta August 27, 2017

I want to prevent few transitions based on ceratin conditions through jira sdk.

for Eg. i dont want a subtask to be transitoned to "In Progress" if the subtask above it is not "DONE"

1 answer

0 votes
Nic Brough -Adaptavist-
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 28, 2017

You will need to find or write some code to do that.  Something that provides a condition.

akshay gupta August 28, 2017

i will write the code to validate my condition, 

but i dont know how I  will be able to prevent the issue transition

Nic Brough -Adaptavist-
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 28, 2017

The code in a condition returns a simple true or false result.  If it is true, the user can use the transition.  If it is false, they will not be offered the transition and can't perform it.

Suggest an answer

Log in or Sign up to answer