Hello!
I've set up an automation rule for my project so that whenever we create a new issue with a specific component, a new issue is triggered. However, I realize this only works when the component is added right away in the ticket creation. It won't work if the component is added after.
Is there a way to create a rule so that whenever;
- issue matches right issue type
- issue matches the right operation type
and
- has a specific component added to it
= new ticket is created?
I would change the trigger to "Field value changed" and select "Components" as the monitored field, select "Value added" as the change type, and select "Create issue" and "Edit issue" for the operations.
Alternatively, you may want to change the trigger to a JQL query, i.e. "Scheduled" with the option "Run a JQL search and execute actions for each issue in the query." selected.
Make sure that you add the "Issue fields condition": Fields contains any of <your component>.
Hello!
Thanks for your response.
Where do I find the "change type"? I can't find it among the options in the Trigger-setup (for Field value changed).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Matilda Westerdahl it is the second configuration field in the "Field value changed" trigger component.
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.