Jira is getting a fresh new look and navigation

We’re in the process of rolling out these changes and the documentation may not match your experience. Bear with us while we update it to reflect the new changes. More about navigating the new Jira

ワークフロー プロパティを使用する

ワークフロー プロパティを使用して、ワークフロー ステータスとトランジションに制限を追加できます。

このページのワークフロー プロパティの一部は、バグの原因になる可能性があります。プロパティの追加後に不具合が起きる場合は、削除してみてください。

ステータス プロパティ

jira.issue.editable

‘Issue’ refers to ‘work item’. What is a work item?

You may not want a work item to be editable when it’s on a particular status. For example, once a work item is in a “Done” status, you may want to restrict editing to ensure no data changes after work is completed.

ユースケース

鍵 (キー)

To make a work item editable when it's on a particular status.

jira.issue.editable

true

To disable editing when a work item is on a particular status. Often used on a final status.

jira.issue.editable

false

jira.permission.*

権限スキーム以外の制限を適用する場合は、jira.permission ワークフロー プロパティによって実行できます。この権限によって、特定のアクションを任意のユーザーに制限できます。

jira.permission の形式。*ワークフロー プロパティは jira.permission.[subtasks.]{permission}.{user}.[.suffix] です。

  • jira.permission でプロパティを起動します。

  • [subtasks.] is optional and applies the permission restriction to a work item’s subtasks.

  • {permission} は制限する権限です。使用できる権限は以下のとおりです。

    • viewversioncontrol、viewworkflowreadonly、create、edit、transition、scheduleissue、move、assignable、assign、resolve、close、modifyreporter、delete、link、setsecurity、viewvotersandwatchers、managewatcherlist、commenteditall、commenteditown、commentdeleteall、commentdeleteown、comment、attachdeleteall、attachdeleteown、attach、worklogeditown、worklogeditall、worklogdeleteall、workさまざまなプロジェクト権限について読む

  • {user} は、applicationRole、assignee、reporter、sd.customer.portal.only、groupCF、group、lead、projectrole、user、userCF に権限を制限するユーザーです。

  • [.suffix] は、同じプロパティを複数追加する場合に使用するオプションの数値です。

ユースケース

鍵 (キー)

Only allow people who are part of jira-group-developers to delete all attachments on a work item and its subtasks when a work item is on a particular status

jira.permission.subtasks.attachdeleteown.group

 

 

groupId (例: 8ed46c45-d74a-40a0-983f-837391c749fb)

Only allow user123 to modify the reporter when the work item on a particular status

jira.permission.modifyreporter.user

accountId (例: 5d8c5b7dc26b6a0dcb0cec44)

Only allow the reporter to transition the work item when it’s on a particular status

jira.permission.transition.reporter

(空のままにする)

Only allow a user who has the projectRoleId of 2 to comment on a work item

jira.permission.comment.projectrole

2

jira.permission.*.denied

jira.permission プロパティによって、{user} に denied を使用することでアクションをさらに制限できます。

ユースケース

鍵 (キー)

To disable editing when a work item is on a particular status, for all users including admins.

jira.permission.edit.denied

(空のままにする)

To disable work log when a work item is on a particular status. Often added to statuses on Epics.

jira.permission.work.denied

(空のままにする)

To disable adding new attachments when a work item is on a particular status. For example, if you only want people adding attachments when the work item is In Progress, add this property to every other status.

jira.permission.attach.denied

(空のままにする)

To disable adding comments when a work item is on a particular status.

コメントの追加が無効になっていると、トランジション画面では表示できなくなります。

jira.permission.comment.denied

(空のままにする)

トランジション プロパティ

jira.field.resolution.include と jira.field.resolution.exclude

If you don’t want a particular resolution to be available on a work item while it’s on a particular status, you can use the jira.field.resolution property to restrict it.

ユースケース

鍵 (キー)

トランジションで特定の解決状況を有効にする

たとえば、トランジションの「重複」の解決状況を有効にする場合などです。

jira.field.resolution.include

(解決状況 ID はカンマで区切ります)

ステータスに対して特定の解決状況を無効にする

たとえば、トランジションの「重複」の解決状況を無効にする場合などです。これによって、解決状況が利用できなくなります。

jira.field.resolution.exclude

(解決状況 ID はカンマで区切ります)

opsbar-sequence

The opsbar-sequence function allows you to change the order in which workflow status categories appear on work items across your site.

By default, workflow status categories appear on work items in the following order: To do, In progress, then Done. This property allows you to individually reorder transitions by adding a value to the Property value field. When sequencing transitions, those with the lowest number are sorted first, starting from 0.

このプロパティを持つトランジションはメニューの一番上に表示されます。他の (このプロパティを持たない) すべてのトランジションはその下に表示され、上記の標準のロジックを使用して並べ替えられます。

ユースケース

鍵 (キー)

資産価値

特定のステータス トランジション カテゴリをリストの一番上に配置する

opsbar-sequence

0

特定のステータス トランジション カテゴリを、合計 5 個のカテゴリを含むリストの一番下に配置する

opsbar-sequence

4

これが「5」でない理由:
リストの一番上にあるエントリの番号が 0 のため。

さらにヘルプが必要ですか?

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