projectsOfType()

Description:

Perform searches based on projects of the given type (Service Desk, Software or Business).

SyntaxprojectsOfType(type, ...)
Available sincev1.0.0-RELEASE
Supported fieldsProject
Supported operatorsIN , NOT IN
Unsupported operators

= , != , ~ , !~ , > , >= , < , <=

IS , IS NOT , WAS , WAS IN , WAS NOT , WAS NOT IN , CHANGED

Examples:

• Find issues in projects of type Service Desk:

project IN projectsOfType("Service Desk")


• Find issues in projects of type Software aka Jira Agile:

project IN projectsOfType("Software")


• Find issues in projects of type Business aka Jira Core:

project IN projectsOfType("Business")

Real World Use Cases:

· JRASERVER-45847 - Add 'Project Type', ' Project Category' to JQL fields (by Matthew Daize)
·
Is it possible to find out project type via JQL? (by Leonid Uljankin at ATLASSIAN Community)
· JQL for filtering by project type? (by Guy Morton at ATLASSIAN Community)


JQL Function Reference