/
issueTypesForProject
issueTypesForProject
Description
Retrieves the issue types for the project with the given key.
Parameters
Return Type
String[]
The return value is a string array containing all the issue types available for the given project.
Example
return issueTypesForProject("TST");
Result: Improvement|Task|Sub-task|New Feature|Bug|Epic|Story|Symptom
See also
Related content
Predefined structure types reference
Predefined structure types reference
Read with this
issueTypesForProject
issueTypesForProject
More like this
Simple Issue Language Reference
Simple Issue Language Reference
Read with this
issueTypeIdsForProject
issueTypeIdsForProject
More like this
Custom JQL Searches
Custom JQL Searches
Read with this
issueTypeIdForProject
issueTypeIdForProject
More like this