I have an issue type "Create user account", which has to be approved. In the same way, I have an issue type "Order hardware". In both cases, the approval works flawlessly.
Now, I have another issue type "New user", which also has to be approved. After that approval, I want to use automation to automatically create linked issues "Create user account" and "Order hardware". That also works perfectly. I can copy all the values I need to the new issues via automation.
However, I don't want to ask for approval for the linked tickets as well. The main ticket ("New user") already has been approved.
I can copy the approver to the new issues, but of course, the transition doesn't fire in the linked issues.
Possible solutions that I think about (but did not get to work):
- I add a custom field "approved" to the new tickets and auto-fill it with "yes". I can now trigger a rule "If new issue is created AND approved = yes". However, I don't know how to generically mark the ticket as approved. The linked issues have different workflows with different statuses.
- I could create distinct issue types: "Create user account (with approval)" and "Create user account (without approval)". That would make things easy. But I would have to have two distinct issue types for each kind of linked issue hierarchy. I'd like to avoid that if possible.
Any help is greatly appreciated!
Best regards,
Tim
Hey @Tim H_
Here's how I would approach it.
Now, in your automation that creates the child requests, make sure they are not in branches when it creates them and add a new "Branch" to the end:
Hey Tim,
Yes, I would go the custom field route you mentioned in the first option.
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.