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 restrict issue type status change when linked items are in pending state.

Hari Sridharala
February 14, 2020

Hello,

Is there any way I can restrict changing the status of a user story to a certain status when the linked issue types are not in Done state..

Here I want to ensure a restriction in changing the status to UAT from QA when any linked issue types (Test/Bugs/sub-task) are not complete (Done).

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Nich Hogue
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.
February 14, 2020

Hello @Hari Sridharala 

 

You could do this by adding a Condition on to the Transition of the workflow your Story is using. If they're considered sub-task's you could try the sub-task blocking condition. Or if you happen to have add ons like JWT they could help add conditions based on linked issue statuses. 

Or similarly you could use a Validator such as one from JSU to confirm that all linked issues are in a correct status before allowing the transition to complete. 

Really condition and validator are where you would want to restrict this part of your workflow.

 

Hope this helps out.