Skip to end of banner
Go to start of banner

issueTypesForProject

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Syntax

issueTypesForProject(projectKey)


Availability

This routine is available starting with SIL Engine™ 3.1.2/SIL Engine™ 3.0.14.

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


  • No labels