• 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

            [JRASERVER-45847] Add 'Project Type', ' Project Category' to JQL fields

            SET Analytics Bot made changes -
            UIS Original: 115 New: 99
            SET Analytics Bot made changes -
            UIS Original: 116 New: 115
            SET Analytics Bot made changes -
            UIS Original: 132 New: 116
            SET Analytics Bot made changes -
            UIS Original: 148 New: 132
            SET Analytics Bot made changes -
            UIS Original: 131 New: 148
            SET Analytics Bot made changes -
            UIS Original: 114 New: 131
            SET Analytics Bot made changes -
            UIS Original: 131 New: 114
            SET Analytics Bot made changes -
            UIS Original: 132 New: 131
            SET Analytics Bot made changes -
            UIS Original: 116 New: 132
            SET Analytics Bot made changes -
            UIS Original: 99 New: 116

              Unassigned Unassigned
              e60cee3f62db Matthew Daize
              Votes:
              718 Vote for this issue
              Watchers:
              269 Start watching this issue

                Created:
                Updated: