Jira 課題に特定のラベルが追加された場合にのみ課題を作成する
プラットフォームの注記: Cloud のみ - This article only applies to Atlassian apps on the クラウド プラットフォーム上のアトラシアン製品にのみ適用されます。
要約
Learn how to use automation to create work items automatically when a specific label is added to an existing work item, to easily set up new tasks on your project.
ソリューション
自動化ルールを設定する
In this example, we will use the label 'test.'
Trigger: Field value changed
Fields to monitor for changes: Labels
変更 タイプ: 追加された値
For: Create work item, Edit work item
Condition: {{smart values}} condition
最初の値
{{fieldChange.fromString}}条件: 含まない
2 番目の値: テスト
Condition: {{smart values}} condition
最初の値
{{fieldChange.toString}}条件: 含む
2 番目の値: テスト
Action: Create work item
必要に応じて、新しい作業項目の作成を設定します。
About the use of smart values conditions
The use of these two smart value conditions is to validate:
最初の条件: ラベルがまだ作業項目のラベルの一部になっていないかどうかを確認します。
Second condition: checks if the label is a new label being added to the work item. It confirms if the label was on the field before it was edited.
この内容はお役に立ちましたか?