/
issueTypesForProject

issueTypesForProject

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Syntax

issueTypesForProject(projectKey)

 

Availability

This routine is available starting with katl-commons 3.1.2/katl-commons 3.0.14.

This routine is available for Jira server and cloud deployment options.

Description

Retrieves the issue types for the project with the given key.

Parameters

Parameter name

Type

Required

Description

projectKey

String

Yes

Project key

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
admGetIssueTypesFromScheme
admGetIssueTypesFromScheme
More like this
issueExists
More like this
admGetAllIssueTypeSchemes
admGetAllIssueTypeSchemes
More like this
createIssue
More like this
getStatusCategory
getStatusCategory
More like this