Hi all. I have an automation for bugs. By agreement within our Product team, if someone prioritizes a bug as a P4 (our lowest priority), we are currently transitioning the bug to Accepted and setting the resolution to WontFix. The idea is that we're not going to expend any resources on such a low priority issue, but we do want to retain the record so that if anyone searches Jira, they will still be able to find the bug and take notice we did not fix anything; rather, we simply closed it.
The automation rule is easy enough:
What I'd like to do is add an additional action within the scope of the "Then: Transition" action. I would like to delete all associated sub-tasks. I've found several variants of this out here in the Community forums, but I haven't found an exact match for what I'm needing to do. Can someone lend a helping hand?
Matteo, that worked perfectly! Thank you so much!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the work item is valuable enough to keep when transitioning and setting the Resolution to "Won't Fix", why delete the Subtasks...as that is not reversible? What content do they contain? Perhaps also transitioning them would prevent the loss of information.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good question, @Bill Sheboy . Our method of operations generally follows this order:
Since the prioritization occurs before the team begins any work on the bug, there are only template tasks associated to the bug. Even if the bug makes it to the grooming process before it is set to a P4 priority, no work has been performed by the team, so the only sub-tasks are still limited to template tasks. Obviously, someone can change the priority at any point in time, but this is rare once the team has groomed the bug.
This may not be the case for other teams or companies, so your mileage may vary... but it works perfectly for us. Hope this answers your question.
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.