Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Products
  • Jira
  • Questions
  • Moving a Task to 'in-progress' does not move the story to 'in-progress'. As the task is associated with story, story should automatically move to 'in-progress' the moment any linked task is moved to 'in-progress'.

Moving a Task to 'in-progress' does not move the story to 'in-progress'. As the task is associated with story, story should automatically move to 'in-progress' the moment any linked task is moved to 'in-progress'.

Dnyaneshwar Borase
Contributor
December 26, 2016

Moving a Task to 'in-progress' does not move the story to 'in-progress'. As the task is associated with story, story should automatically move to 'in-progress' the moment any linked task is moved to 'in-progress'.

2 answers

0 votes
Fidel Castro
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.
December 28, 2016

You can do it inserting JIRA Workflow Toolbox's post-function "Copy a parsed text to a field" into transition to "In Progress" status in sub-task's workflow with the following configuration:

Captura de pantalla 2016-12-28 a las 12.27.52.png

Captura de pantalla 2016-12-28 a las 12.28.09.png

Boolean expression is:

%{00042} != "In Progress"

where %{00042} is field code of Parent's issue status.

 

Once configured, transition to "In Progress" status will look like this:

Captura de pantalla 2016-12-28 a las 12.34.34.png

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 Leaders.
December 27, 2016

Correct.

That's a business function, and a lot of people don't need or want it.  If you want to implement it, you can.  You'll need to find/write code to do it - try the automation add-on or the Script Runner.

Suggest an answer

Log in or Sign up to answer