Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25264

Add ability to set the size of the 'Workflow' group in the 'Operations' bar to 0

    • 1
    • 6
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Steps to reproduce:

      1. Open the jira-application.properties, set the ops.bar.group.size.opsbar-transitions = 0
      2. Restart JIRA
      3. The default number (2) of workflow transition is shown. The setting does not take effect

      Expectation:
      I'm expecting that all the workflow transitions will show in the drop down list (there should not have any workflow transition shown before the 'Workflow' button)

      Additional feature:
      The setting should be configured for project level as each project having different workflows

            [JRASERVER-25264] Add ability to set the size of the 'Workflow' group in the 'Operations' bar to 0

            Aakrity Tibrewal added a comment -
            Atlassian Update - 24 March 2025

            Hello,

            Thank you for submitting this suggestion. We appreciate you taking the time to share your ideas for improving our products, as many features and functions come from valued customers such as yourself.

            Atlassian is committed to enhancing the security and compliance of our Data Center products, with an emphasis on sustainable scalability and improving the product experience for both administrators and end-users. We periodically review older suggestions to ensure we're focusing on the most relevant feedback. This suggestion is being closed due to a lack of engagement in the last four years, including no new watchers, votes, or comments. This inactivity suggests a low impact. Therefore, this suggestion is not in consideration for our future roadmap.

            Please note the comments on this thread are not being monitored.

            You can read more about our approach to highly voted suggestions here and how we prioritize what to implement here.

            To learn more about our recent investments in Jira Data Center, please check our public roadmap and our dashboards, which contain recently resolved issues, current work, and future plans.

            Kind regards,
            Jira Data Center

            Aakrity Tibrewal added a comment - Atlassian Update - 24 March 2025 Hello, Thank you for submitting this suggestion. We appreciate you taking the time to share your ideas for improving our products, as many features and functions come from valued customers such as yourself. Atlassian is committed to enhancing the security and compliance of our Data Center products, with an emphasis on sustainable scalability and improving the product experience for both administrators and end-users. We periodically review older suggestions to ensure we're focusing on the most relevant feedback. This suggestion is being closed due to a lack of engagement in the last four years , including no new watchers, votes, or comments. This inactivity suggests a low impact. Therefore, this suggestion is not in consideration for our future roadmap. Please note the comments on this thread are not being monitored. You can read more about our approach to highly voted suggestions here and how we prioritize what to implement here. To learn more about our recent investments in Jira Data Center, please check our public roadmap and our dashboards, which contain recently resolved issues , current work, and future plans. Kind regards, Jira Data Center

            Sean M added a comment - - edited

            Using JIRA 7.3.5 + Service Desk 3.4.2, the following gets rid of the buttons and puts everything under the Workflow menu

            root@jiratest:/var/atlassian/application-data/jira# cat jira-config.properties
            ops.bar.group.size.opsbar-transitions = 0
            root@jiratest:/var/atlassian/application-data/jira# ls -l jira-config.properties
            rw-rr- 1 jira jira 42 May 19 09:30 jira-config.properties

            The description mentions 'jira-application.properties' but that's not where I configured this.

            Sean M added a comment - - edited Using JIRA 7.3.5 + Service Desk 3.4.2, the following gets rid of the buttons and puts everything under the Workflow menu root@jiratest:/var/atlassian/application-data/jira# cat jira-config.properties ops.bar.group.size.opsbar-transitions = 0 root@jiratest:/var/atlassian/application-data/jira# ls -l jira-config.properties rw-r r - 1 jira jira 42 May 19 09:30 jira-config.properties The description mentions 'jira-application.properties' but that's not where I configured this.

            Mike Doolittle added a comment - - edited

            To expand, this is what I would like to see:

            1. to show none of the workflow states to the left of the 'workfow' button: ops.bar.group.size.opsbar-transitions = 0
            2. to show all of the workflow states to the left of the 'workflow' button: ops.bar.group.size.opsbar-transitions = -1
            3. to show a <pre-specified-number-of-workflow-states> to the left of the 'workflow' button: ops.bar.group.size.opsbar-transitions = <pre-specified-number-of-workflow-states>

            Regards,
            Mike

            Mike Doolittle added a comment - - edited To expand, this is what I would like to see: to show none of the workflow states to the left of the 'workfow' button: ops.bar.group.size.opsbar-transitions = 0 to show all of the workflow states to the left of the 'workflow' button: ops.bar.group.size.opsbar-transitions = -1 to show a <pre-specified-number-of-workflow-states> to the left of the 'workflow' button: ops.bar.group.size.opsbar-transitions = <pre-specified-number-of-workflow-states> Regards, Mike

            We should set the parameter to jira-config.properties.

            Open the jira-application.properties, set the ops.bar.group.size.opsbar-transitions = 0

            It looks like the description is wrong.

            Takayuki Hirota added a comment - We should set the parameter to jira-config.properties. Open the jira-application.properties, set the ops.bar.group.size.opsbar-transitions = 0 It looks like the description is wrong.

            Dmitry Ivanov added a comment - - edited

            In JIRA v6.1.7#6163 bug is present. i.e. setting param as 0 is not collapse all transition into Workflow button.

            Dmitry Ivanov added a comment - - edited In JIRA v6.1.7#6163 bug is present. i.e. setting param as 0 is not collapse all transition into Workflow button.

            In my JIRA 6.1.4, ops.bar.group.size.opsbar-transitions = 0 does work.
            All workflow transitions were shown in the drop down list.

            Takayuki Hirota added a comment - In my JIRA 6.1.4, ops.bar.group.size.opsbar-transitions = 0 does work. All workflow transitions were shown in the drop down list.

            It sure would be easier to explain the user interface options if we could have ALL of the workflow options in the drop down – my users are confused by this as well and have told me that it would be more clear if all workflow options were represented in the same way...

            Steve Syrett added a comment - It sure would be easier to explain the user interface options if we could have ALL of the workflow options in the drop down – my users are confused by this as well and have told me that it would be more clear if all workflow options were represented in the same way...

            l added a comment -

            This is really urgent.Please implement this asap.

            l added a comment - This is really urgent.Please implement this asap.

            Can we plz have this bug fixed?

            Adnan Waheed added a comment - Can we plz have this bug fixed?

            Marc added a comment -

            Why Atlassian don't solve it?

            Marc added a comment - Why Atlassian don't solve it?

              Unassigned Unassigned
              cychan Chai Ying Chan [Atlassian]
              Votes:
              29 Vote for this issue
              Watchers:
              29 Start watching this issue

                Created:
                Updated:
                Resolved: