transition the next sub-task when previous sub-task is Closed w/ Script Runner

A H August 19, 2013

I need help with creating a script for Script Runner plugin.

I need to a script to transistion the next Sub-Task in a sequence from Open to In Progress, when the previous sub-task is set to Closed.

I would like a sequential chain -

Sub-Task 1 -> Closed -> Move status of Sub-Task 2 to In Progress

Sub-Task 2 -> Closed -> Move status of Sub-Task 3 to In Progress

Sub-Task 3 -> Closed -> Move status of Parent issue to Closed

There could be as many as 50 sub-tasks under 1 issue (Task, Improvment, etc).

I really need help with this scripting, as I have never created or worked with this try of scripting before.

Many Thanks.

2 answers

1 accepted

0 votes
Answer accepted
AndreH April 28, 2014

Use workflow tool box plugin and links within sub-tasks

0 votes
Jason Plumhoff
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 27, 2013
I am probably not qualified to give you script advice, but I had to do something very similar. Perhaps you could get some ideas from my code: https://answers.atlassian.com/questions/164360/transition-issue-when-all-linked-issues-are-resolved

Suggest an answer

Log in or Sign up to answer