With version 7 of Jira, all projects are now classified in 3 different project types:
Software projectsBusiness projectsService Desk projects
I wonder if there is a way to filter all issues within Software projects, and if so, which would be the JQL query to use.
I normally import issues from a CSV file where I specify the project name, but since this change I am not able to do it, as Jira is expecting me to specify the project type on the import configuration file, but I don't know which name to use.
Projects are defined above the scope of the query engine:
Projects can be converted on a case-by-case basis:
Choose > Projects, and select the relevant project.. Select Details in the Project settings menu. Change the project type, and click Save details. Only project types for applications you have installed will be available.The minimum information for a CSV import is:
The project key is the prefix for all issue IDs in your JIRA project.
To avoid project type in a JQL query, use one of the following:
Find issues in projects that are led by a specific user:
Find issues in components that are led by a specific user:
Perform searches based on issues that are linked to a specified issue:
References