I faced strange behavior of Jira.
I use Kanban board with stories in backlog. Some stories have sub-tasks already.
If I drag and drop story with sub-tasks (or right click -> send to sprint x), only story is being moved, sub-tasks stay in backlog.
Can I have sub-tasks firmly connected to a story, so that when I move story, I move subtasks as well?
Community moderators have prevented the ability to post new answers.
Hello,
You would need a plugin for it.
For example, you could use the Power Scripts plugin:
You could add the SIL post function for the parent task workflow, which is leading to the Done status, with a code like this:
string[] keys = subtasks(key);
for(string k in keys) {
autotransition("Done Transition", k)
}
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
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.