Can't Enable Issue Action Column after Upgrade to 6.1.x

XMLWordPrintable

    • 6.01

      Summary

      The action icon (gear, cogwheel) is missing for one or more users after upgrading to JIRA 6.1 and higher.

      Steps to reproduce

      1. Bring up a JIRA 6.0.x instance
      2. Access the issue navigator in (List view) and click on Tools -> Configure Columns
      3. Disable 'Actions' column
      4. Stop JIRA and upgrade to 6.1.x

      Expected result

      Should be able to re-enable the 'Actions' column in the new Column menu (issue navigator)

      Actual result

      JIRA 6.1.x removes the Configure Columns option from the Tools menu, and makes it impossible to restore

      Workaround

      1. Backup the JIRA database.
      2. Stop JIRA.
      3. Run the below update query on the database:
        UPDATE propertynumber
        SET propertyvalue = 1
        FROM propertyentry
        WHERE property_key='user.show.actions.in.navigator'
        AND propertyentry.id = propertynumber.id
        
      4. Start JIRA.
      5. Test! If there's any problems, restore the backup.

        1. jira.6.0-column.png
          jira.6.0-column.png
          16 kB
        2. jira.6.0-column-actions.png
          jira.6.0-column-actions.png
          51 kB
        3. jira.6.1-column.png
          jira.6.1-column.png
          25 kB

            Assignee:
            Roman Tekhov (Inactive)
            Reporter:
            ChrisA
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: