Add more workflow transition buttons to Jira issue page

This article requires fixes

This article has been Flagged for fixing. Use caution when using it and fix it if you have Publisher rights.


Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Moving transition buttons outside of the Issue status menu is only available in Jira 8.x. Starting with Jira 9.0, all buttons are only available from the menu and can't be displayed on the issue page. The following Feature Request ticket was created to allow setting the old interface back for workflow transitions: JRASERVER-74434 - Bring back the ability to display multiple transition buttons in Issues Gathering Interest

Problem

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. 

Resolution

(lightbulb) The ops.bar.group.size.opsbar-transitions 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.

  1. Shutdown Jira. Even on Jira Data Center, it is necessary to shutdown all nodes. A rolling restart of the nodes won't suffice.
  2. Edit the jira-config.properties file in your JIRA application home directory
  3. Change the value of the ops.bar.group.size.opsbar-transitions 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 2 will be used. To hide and move the default buttons to the Workflow dropdown menu, set the value to 0.
    • 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-transitions = 5 
  4. Save the updated jira-config.properties file.
  5. Restart JIRA. 
  6. Your workflow transition buttons should now be visible on the page.

Last modified on Dec 7, 2023

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.