Versions Compared

Key

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

Syntax

issueTypesForProject(projectKey)

 


Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 3.1.2/katl-commons SIL Engine™ 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

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");

...