I am unable to get the conditions right.
The trigger is Issue created but am not sure how to get the condition "if the issue's summary is already present in the project" work.
you can't prevent the creation but you could create post-creation automation to close as duplicate. Automation works post-creation not pre-creation.
Thank you for the answer.
So the trigger is Issue created?
What is the condition? I have tried JQL with Project = XXX and it did not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jiri Pik
Yes, the trigger would be Issue Created...and due to potential timing issues you might want to add a re-fetch so the item is fully loaded.
Your JQL would check for any issues in your project which have the triggering issue's summary.
Perhaps something like this.
Best regards,
Bill
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.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.