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

XMLWordPrintable

    • 16
    • 12

      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

            Assignee:
            Unassigned
            Reporter:
            Matthew Daize
            Votes:
            728 Vote for this issue
            Watchers:
            276 Start watching this issue

              Created:
              Updated: