Classic transitions view
General
Only available for Jira Server/Data Center version >= 9.0.0
From Jira 9 Atlassian moved all the transition buttons to the dropdown menu. All the Jira transitions in the dropdown render asynchronously on-demand after a user opens the dropdown.
Also, Atlassian removed the status field and View workflow link from the issue details section. The View workflow link is shown as an option in the dropdown. The current status is presented in the trigger label.
Â
How to use the classic view on Jira 9
Go to Administration -> Manage apps and select Extensions Configuration
Tip: Use a Keyboard shortcut: g + g + start typing Extensions Configuration
You can turn on/off this feature and select projects and/or groups where you want (or not) to use the classic view (known from Jira 8)
Jira 9 | Classic view |
---|---|
Â
Add more workflow transition buttons to the issue page
When viewing an issue page, most of the workflow transition buttons are contained within the Workflow dropdown menu. Some Jira admins may want to have more of the transition buttons visible on the issue page.Â
The ops.bar.group.size.opsbar-classic-transitions-view property in the jira-config.properties file is responsible for defining how many workflow transition buttons are shown on the issue page.
 Keep in mind that this setting is universal across Jira and will require shutting down the instance. As always, we recommend testing changes in a lower environment before attempting them in production.
Shutdown Jira. Even on Jira Data Center, it is necessary to shutdown all nodes. A rolling restart of the nodes won't suffice.
Edit the jira-config.properties file in your JIRA application home directory.
 See Making changes to the jira-config.properties file for more information.
Change the value of the ops.bar.group.size.opsbar-classic-transitions-view property within this file to be the number of transition buttons required before the Workflow menu.
 If this property does not appear in the jira-config.properties file, add it; otherwise, a default value of 3 will be used.
For example, the following could be added to the file to allow for 5 transition buttons to be visible on the page before the Workflow dropdown.
ops.bar.group.size.opsbar-classic-transitions-view = 5
Save the updated jira-config.properties file.
Restart JIRA.Â
Your workflow transition buttons should now be visible on the page.
Availability
Available since v. 4.9.0
Added the ability to exclude projects for the Classic Transitions View
Available since v. 4.26.0
Added the ability to set the Classic Transitions View for selected groups
Added the ability to exclude groups for the Classic Transitions View
Â