Hello,
My team currently has automations set up for four different "impact categories," which then create a series of linked issues and sub tasks. Sometimes the scope of an issue changes, and we need to upgrade the impact category. Currently, we have to rerun automations for the new impact category, which duplicates several issues from the prior impact category while also creating the new issues needed for that updated category. How do I set up automations to only create the new tickets required for the upgraded impact category?
Hi @Martin Hladik
you will have to add some if conditions to your automation rules to check, if the issue you are trying to create in this run, already exists.
For this to work, your if conditions will require an unique identifier to identify the already created issue. Maybe you can use the summary for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.