I use a Kanban board with a Scrum development project.
I've seen in the past that Jira has the ability to automatically ask the user whether to close the main item when the last of its sub-tasks is closed. But this isn't happening with my Kanban board.
What specifically triggers Jira to ask the user whether to close the main item? Does this need to be configured?
Hello,
Out of the box the question about closing the parent issue is asked only in the Scrum board.
You would need an add-on to make it work for the Kanban board. You would need an app like Power Scripts, ScriptRunner, Automation for Jira, Jira Misc Workflow extenstions and so on.
You could create a post function to check if all sub-tasks are closed and close the parent issue automatically.
If you want to use the Power Scripts app, you can have a look at this tutorial:
Hi @Matt Perdeck ,
If you have a JIRA Misc Workflow Extension app, then you can achieve this by adding a post function to the workflow.
Here is some similar question from the community, you can follow from those posts.
Regards,
Kishore Kumar Gangavath.
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.