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

Ability to list all projects that are using the default priority scheme

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • None
    • 10
    • 1
    • 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

      As a Jira Admin, I need a quick way to list all projects that are using the default priority scheme.

      In the "Projects" column of the "Default priority scheme" we can only see: Global (all unconfigured projects).

      This makes it difficult to determine what projects are using it.

      Workaround

      Use the following SQL query against the Jira database to list all projects that are not using a custom priority scheme, which indicates the default priority scheme is being used.

      SELECT pname AS "Project"
      FROM project
      WHERE id NOT IN (SELECT project FROM configurationcontext WHERE customfield = 'priority' AND project IS NOT NULL)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              astegani Alex Stegani
              Votes:
              30 Vote for this issue
              Watchers:
              21 Start watching this issue

              Dates

                Created:
                Updated: