Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-20134

Add a global permission to read REST issue statuses

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • REST API
    • None
    • 0
    • 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.

    Description

       It would be useful to define a global permission that would allow a user or group access to read ALL statuses via the API. Currently, only statuses that the calling user has access can be read via REST via the API calls

      However, statuses are only returned that the user has permission to. This is defined by the "Browse Projects" permission.

      Currently, a list of all statuses is only available by:

      • Adding the calling user or group to each permission scheme (in an enterprise Jira environment, hundreds may be present, there therefore cumbersome to edit)
        or
      • Directly read the statuses from the database using sql:
        SELECT id, sequence, pname, description, iconurl, statuscategory FROM issuestatus;
        

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              allewellyn@atlassian.com Alex [Atlassian,PSE]
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: