Hi everyone!
I need to create an automation for HR department based on the following task:
"We request that once the last cloned “children” ticket is closed, the “parent” ticket be automatically closed in JIRA"
I tried to use the standard script to close the main task when all the subtasks are closed, but it doesn't work in this case. Also here is the workflow for this project. I added a transition from "Hr validation" to Closed to make the automation work in this case. As a condition, he indicated that the transition to closed can only be as indicated on the screen.
Can you please help with what needs to be fixed or redone?
Why only cloned tasks? Can't you just close the Parent once all the children are closed?
Or is this not a parent/child relationship, and the issues are just linked (i.e sibling relationship)? If this is the case which direction is the "parent" issue in, clones or is cloned by?
---
If it's the latter, and...
...the rule might look like this:
Ste
Hi Stephen!
Sorry for such a late reply, and late me thank you!
It works now!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dmytro Novitnii welcome to the community! Have you looked in the Automation Templates for Jira? When you're in Jira, looking at the Automations from inside your Project Settings of your Jira project, there's a template called 'When all child issues are completed, then close the parent' under the Software section. (first column, third one down on my list). I don't know if you used this to start your automation, but it might be worth looking at.
Hope that helps.
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.