Close duplicate issues with automation
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
This solution can be used when duplicated issues must be closed once created.
ソリューション
- Create an automation that will start when an issue is created
Add a Lookup Issues action with the query below:
summary ~ "\"{{issue.summary}}\""
Add a condition to check if there were multiple issues with the same summary:
{{lookupIssues.size}} > 1
- Add an action to close the issue
最終更新日: 2024 年 1 月 8 日
Powered by Confluence and Scroll Viewport.