You can use workflow properties to implement restrictions on certain steps or transitions of a workflow.
Not everything on this page is recommended
We don't recommend using all of these types of workflow properties as we can't guarantee that some data and operations (like bulk operations) won't break. Use these types of workflow properties at your own risk.
For details on how to implement workflow properties (step and transition properties) in your workflow, please refer to Working with workflows.
Available Jira workflow properties
There are a few workflow properties which you can use in a transition or step of a workflow. Take a look at the Workflows section of the Jira Cloud REST API documentation for more.
jira.field.resolution.exclude
Accepted values: Resolution ID. Add comma-separated resolution IDs to the transition properties where you want to not show certain resolutions.
jira.field.resolution.include
Accepted values: Resolution IDs. Add comma-separated resolution IDs to the transition properties where you do want to show certain resolutions.
Related: - JRACLOUD-16443Getting issue details... STATUS
jira.i18n.submit
Accepted values: i18n property key. Transition (usage: action submit button name).
Related: - JRACLOUD-6798Getting issue details... STATUS
jira.i18n.title
Accepted values: i18n property key. Transition (usage: action name, etc.).
Related: - JRACLOUD-6798Getting issue details... STATUS
jira.issue.editable
Accepted values: true
, false
. Step. See Working with workflows.
jira.permission.*
Accepted values: user, group and roles. Step (usage: only to restrict permission to either roles, group, or users when issue is in that step).
See:
- Permissions based on Workflow Status
- For link permissions
jira.permission.edit.group=jira-administrators
means that only Jira administrators can edit an issue (blog)- REST API permissions
Related: - JRACLOUD-35917Getting issue details... STATUS
jira.permission.work.denied
Accepted value: denied
. To prevent users from logging work when the issue transitions to a specific status and disallow users from editing or deleting work log in activity tab. See How to restrict Log Work on a specific status.
opsbar-sequence
Accepted values: Integer value greater than or equal to 0. Transitions on the 'View Issue' screen. See Advanced workflow configuration (Customizing transitions).