The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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 Champions.
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.