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: 

Transitioning Issues through a workflow based on linked issues.

Laci
Contributor
February 23, 2021

Need some help with the following scenario... we have Scriptrunner on our Jira server instance and would want to utilize that plugin to achieve this.

We use a parent/child relationship between 2 issue types. Issue Type A is the parent, whereas Issue Type B is the child. We achieve this hierarchy by using the "derivation" link type within the "Linked Issues" field.

What we'd like to happen is, when a developer moves Issue B moves from "To Do" to "In Progress", we'd like Issue A to move to "In Progress" as well. Less administrative work for our teams that way.

I appreciate any help or guidance provided!

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.
February 23, 2021

Hi Laci,

This isn't an uncommon one, but the library doesn't yet have a script for this exact case.  What we do have is https://library.adaptavist.com/entity/transition-an-issue-using-issue-input-parameters for doing the transitions, and if you replace the "find sub-tasks" loop with the "find linked issues" loop from https://library.adaptavist.com/entity/comment-selected-linked-issues you should get what you need!