Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

...

issueTypesForProject(projectKey)

...

Info
titleAvailability

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

Description

...

Excerpt

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

Parameters

...

Parameter name

Type

Required

Description

projectKey

String

Yes

the project key

Return type

...

string[]

The return value is a string array containing all the issue types available for the given project.

Example

...

 

Code Block
return issueTypesForProject("TST");

Result: Improvement|Task|Sub-task|New Feature|Bug|Epic|Story|Symptom

See

...

also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_project_routine"
labelsjira_project_routine

...