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 SIL Engine™ katl-commons 3.1.2/SIL Engine™ katl-commons 3.0.14.

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

Description

Excerpt

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

...

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

Example

 

Code Block
return issueTypesForProject("TST");

...