Clear Resolution field in tickets with Automation instead of Workflow Post Functions
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
The "Clear Field Value" post-function can be added to clear the resolution field in bulk. However, if the workflow is shared, this post-function will affect all the associated projects, which may not be necessary for all of them. In such cases, it would be useful to have project-specific automation to make the changes specific to a project.
ソリューション
- Create an Automation Rule:
Trigger: Issue Transitioned
Action: Edit Issue Fields
** Expand Additional fields:
{
"fields": {
"Resolution": null
}
}
Please note: This automation will only run successfully if the issue's status category is different from Done.
最終更新日: 2024 年 12 月 4 日
Powered by Confluence and Scroll Viewport.