Comment on work item action
In smart value entries, ‘issue’ refers to a work item. What is a work item?
コンポーネントとは何か
[作業項目にコメント ] アクションを使用すると、ルールによって作業項目に自動でコメントできます。
スマート値
If your rule is triggered by a work item, any smart value related to work item data can be used in your comment by entering {{issue.[field name]}}
. For example, {{issue.summary}}
will print the work item’s summary. This also works with custom fields, for example {{issue.Team Leader}}
.
This also works for user smart values. For example, to print the work item’s assignee, use {{issue.assignee.displayName}}
. Similarly, to @mention the assignee, use [~accountid:{{issue.assignee.accountId}}]
. Learn more about account IDs
日時や開発のスマート値など、値を出力する他のスマート値も使用できます。
詳細:
この内容はお役に立ちましたか?