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

Add 'Project Type', ' Project Category' to JQL fields

XMLWordPrintable

    • 99
    • 5
    • 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.

      Suggestion

      It would be extremely helpful if we were able to create filters for use with dashboards, etc. where a project type or category matched certain criteria.

      This would allow us to create a core, servicedesk, or software specific dashboard which would amalgamate all issues between different projects together based on this criteria.

      Workaround

      Option 1 - using project categories

      Jira natively supports the labeling of projects through the use of project categories:

      Once you have added the category of your choice to your projects, for example "JSM" category, you can use that on JQL:

      category = "JSM"
      

      Option 2 - Plugin alternatives

      Some plugins may provide extra JQL functionality to search for it. If you already have ScriptRunner it's possible to use the following:

      To search by Project Type, you may use ScriptRunner Custom JQL function projectsOfType:

      project in projectsOfType("service_desk") // or "business", "software"

      See the docs for details: https://docs.adaptavist.com/sr4js/latest/features/jql-functions/included-jql-functions/projects

      Or JQL Booster Pack:

      https://marketplace.atlassian.com/apps/1218367/jql-booster-pack

      This app comes with  categoryMatches() / projectsOfType() functions

              Unassigned Unassigned
              e60cee3f62db Matthew Daize
              Votes:
              709 Vote for this issue
              Watchers:
              267 Start watching this issue

                Created:
                Updated: