Clear Resolution field in tickets with Automation instead of Workflow Post Functions

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

robotsnoindex

プラットフォームについて: 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.


Last modified on Mar 7, 2025

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.