Hello,
we have an issue with kanban boards. We have tasks which represents more or less complex stores. Some of the columns of the board represent developers activity (ready for dev, dev in progress, ready for qa). As soon as developer starts to work on a story he creates some subtasks, example:
Story: add field xyz to dialog foo
subtasks: write sql script, implement service, implement html dialog...
The subtasks make perfect sense in the development columns, but once the stories are ready for QA the task do not make sense enymore.
So for the after development columns like QA -> Ready for Release -> Released we would like to move the parent tasks (stories) only, and were hoping that the subtasks would move atomatically with the parents.
Any ideas how to achieve that?
regards
Leon
Hi Leon,
when I was facing a quite similar problem some time ago, I went nearly mad looking for a solution and honestly have not found one which matches exact our requirements. But I've introduced a kind of workaround which works for us quite well:
We have a quite less complex workflow for the subtasks let's say open/in progress/close (but different status than the stories!).
So opening up the developer-subtask at a certain status of the user story results in an appearance of the subtask in the same column. Then - while moving through the developing process - both issuetypes can move on in parallel (all depending on matching status between Greenhopper and JIRA), until the column Ready for QA is reached. Dragging a subtask here, will close the subtask and thus magically make him disappear and you've only to take care about the story from that moment on.
I am curious if this workaround might work out for you, even if that does not answer exactly the question how to move user stories and subtasks in parallel.
Cheers
Kai
Hi Leon,
I was investigating a bit more on this topic and found:
http://confluence.kepler-rominfo.com/display/TR/Autotransitioning+subtasks
With the paid plugin JJUPIN it seems to be possible to satisfy your requirement.
Cheers
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you checked out JIRA Workflow Toolbox? It has post functions that allow you to transition linked issues and sub-tasks through workflow. I've tried it out and it works great - you just have to make sure that the post function is attempting to put the linked issue or sub-task to a status that is currently available from it's current status (so if you need it to move through multiple statuses you'll need one post function for each transition).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Natalie, that post function would solve a lot of problems for us. Could you tell me, which postfunction you used to transition the subtasks? I tried to find it, but only found ones to change Assignees or things like that and not the status.
Thanks a lot for your help :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's now a very easy to configure way to transition parents and sub-tasks in sync using Automation for JIRA!
You can easily modify related issues (such as parents, stories, sub-tasks, epics, linked issues and even JQL) using our related issues action and condition:
(this example transitions sub-tasks, but you could just as easily change this to transition the parent as a result of a sub-task being transitioned)
For more details see https://blog.codebarrel.io/synchronize-parent-and-sub-task-issues-with-automation-for-jira-bdcca6c9d453
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.