Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Workflow transitions are showing in Dropdown instead of buttons on view page

RichardA January 31, 2023

Hi Team,

Recently we have upgraded our Jira application from 8.20.10 to 9.4.1 version. After upgrade, we can see all the workflows are collapsed as dropdown.

before upgrade, the workflow transitions are shown as buttons and dropdown. but now all transitions are under dropdown.

Can you help us, how to configure two transition buttons are in view screen and remaining will configure as dropdown?

 

Thanks.

5 answers

1 accepted

1 vote
Answer accepted
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2023

Its a change in Jira 9. Nothing you can do about it.

https://confluence.atlassian.com/jirakb/add-more-workflow-transition-buttons-to-jira-issue-page-1064082957.html

Look at the 2nd info block at the top of the page

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. 

Brendan Sheppard August 1, 2023

Thanks, this helped to know :D Here I was trying to figure out if config had changed so you've saved me time. 

In my case this is poor UI as it is now 2 clicks to transition.

Also, what annoys me is that there is a heap of screen space available yet both my transition label and status label are cut-off.  

Transition Buttons.jpg

Matthew Beda
Contributor
January 19, 2024
CSS Styles to inject in header to make menu wider and to help alleviate some of the menu shuffle: (May need tweaked for specific needs)

<style>
a#opsbar-transitions_more {
border: 2px solid black;
}
ul#opsbar-opsbar-transitions li a {
background: #d6edfb
}
#opsbar-transitions_more_drop {
width: 500px;
}
#opsbar-transitions_more_drop .transition-label .workflow-cell span {
max-width: 300px !important;
}
</style>
1 vote
Marek Štěpán
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 14, 2023

There is a plugin Classic Transitions View for Jira which solves this issue: 

https://it-lab.atlassian.net/wiki/spaces/CTVFJ/

0 votes
RichardA January 31, 2023

Hi @Tansu Akdeniz  @Rilwan Ahmed : Thanks for the reply :)

I didnt see any  ops.bar.group.size.opsbar-transitions configuration on jira-config.property file. As per the document says, by default it will take 2 transitions (even if it is not configured on config.property file) on view screen as button. can you suggest though, we can configure the "ops.bar.group.size.opsbar-transitions = 2" property on property file.

 

Thanks !

Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 31, 2023

Ex; If you want 4 transition buttons to be visible on the page before the Workflow dropdown. Configure:

  • ops.bar.group.size.opsbar-transitions = 4
Like Rilwan Ahmed likes this
RichardA January 31, 2023

Hi @Tansu Akdeniz : Thanks for the update. i will try add this property on test instance first  and will let you know.

 

Thanks :)

0 votes
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 31, 2023

Hi @RichardA 

There is a default value (2) to show buttons separately. If outgoing transition increases, rest of them will be shown in dropdown.

You can increase it if you want to have more of the transition buttons visible on the issue. Please check Add more workflow transition buttons to Jira issue page to configure.

0 votes
Rilwan Ahmed
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 31, 2023

Hi @RichardA ,

Adding ops.bar.group.size.opsbar-transitions in the jira-config.properties file should solve the problem. This requires to restart jira. 

I suggest try in the test server first and then apply in production. 

Detailed steps is mentioned in https://confluence.atlassian.com/jirakb/add-more-workflow-transition-buttons-to-jira-issue-page-1064082957.html

RichardA January 31, 2023

Hi @Rilwan Ahmed :Thanks for the update. i will try add this property on test instance first and will let you know.

 

Thanks :)

Like Rilwan Ahmed likes this
Tanu June 28, 2023

Hi,

Were you able to acheive this ? We are following this document , but we don't see any difference.

Rilwan Ahmed
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 2, 2023

Hi @Tanu ,

Welcome to the community !!

Can you please share the steps you did along with the screenshots. 

Tanu August 2, 2023

I got my ans looking at the note :

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.

We are in 9+

Thanks,
Tanu

Suggest an answer

Log in or Sign up to answer