Close duplicate work items with automation
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Configure an automation to identify and automatically close duplicated work items once they are created. This can be helpful when you receive automatic tickets that can be accidentally created more than once.
Solution
Trigger: work item created.
Action: Lookup work items. Use the JQL query below:
summary ~ "\"{{issue.summary}}\""
Condition: {{smart values}} condition. Add a condition to check if there are work items with the same summary:
First value:
{{lookupIssues.size}}
Condition: greater than
Second value: 1
Action: Transition work item to close this new work item.
Updated on May 2, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.