Add a global permission to read REST issue statuses

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: REST API
    • None
    • 0
    • 4

       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;
        

            Assignee:
            Unassigned
            Reporter:
            Alex [Atlassian,PSE]
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: