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: 

post function to transition linked issues

Debraj neogi
December 2, 2015

We are trying a post function in our workflow where if an issue that blocks a linked issue is Closed, the linked issue should go to To Test status. Which exact post function can help us achieve this?

 

Thanks.

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.
December 2, 2015

You won't be able to do that on Cloud, it's a complex requirement that effectively needs code which you can't add to Cloud.

If you were on Server, I'd use the script-runner to get a list of links of that type, check the other ends of the links and trigger the relevant transitions on the target issues.