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'.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.