Info |
---|
|
This routine is available starting with katl-commons 4.8.0.11. This routine is available for Jira server and cloud deployment options.
|
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getStatusCategory(issueKey) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Gets the category of the status for the given issue. |
Gets the category of the status for the given issue.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issueKey | string | Yes | Issue to retrieve status information for. | |
Return
...
Type
stringString
Returns the status category name for the issue.
...
Code Block |
---|
return getStatusCategory("TST-123");
|
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jiraissue_transition_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_transition_routineroutines |
---|
|