Jira ワークフローで解決状況を構成する
When configuring your teams' workflows, you might need to add new Done statuses. For each new Done status, we recommend also making sure that the Resolution field is automatically set whenever work transitions to it. Read more about resolutions in Jira.
これには 2 つの方法があります。次のいずれかを実行できます。
Automatically set the resolution when work moves to Done, or
Prompt people to choose a resolution when they move work to Done.
Automatically set the resolution
Go to Jira settings (), then select Work items and then Workflows.
Find the workflow you want to edit. Under Actions, select More actions (), then Edit.
Select a transition connecting to a Done status (an arrow leading to any Done status), then from the details panel next to Rules, select Add ().
From the Perform action, select Update an issue field, then Select.
From the Update this field dropdown, select Resolution.
From the Resolution dropdown, select the resolution that should automatically be set when work moves to this Done status. Then, select Add.
Select Update workflow to save the changes to the workflow.
Prompt people to choose a resolution
Go to Jira settings (), then select Work items and then Workflows.
Find the workflow you want to edit. Under Actions, select More actions (), then Edit.
Select a transition connecting to a Done status (i.e. an arrow leading to any Done status), then from the details panel next to Rules, select Add ().
From the Validate details rule, select Show a screen, then Select.
ユーザーが作業を「完了」に移行したときに表示される画面を選択します。画面に [解決状況] フィールドがあることを確認してください。
Jira comes with a Resolve work item screen for moving work to Done, but you can use your own custom screen for this, too. If you’re using custom screens, make sure that the Resolution field is only set when moving work to a Done status.
(オプション) 特定の解決状況を表示から除外することもできます。これを行うには、[プロパティ] を選択してから次のように操作します。
プロパティ キーには、
jira.field.resolution.exclude
と入力します。プロパティ値には、除外したい解決状況それぞれの ID を入力します。ID が複数ある場合は、スペースを入れずにカンマで区切る必要があります (例:
10000,10100,10200
)You can find each resolution ID by going to Jira settings, then Work items, then Resolutions, and then Edit - you’ll see the ID at the end of the URL.

6. ワークフローに戻り、[下書きを公開] を選択します。
この内容はお役に立ちましたか?