Info |
---|
|
This routine is available starting with SIL Engine™ 4.8.0.11 |
Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=issueExists+-+15484064 |
---|
width | auto |
---|
|
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 | issueExists(issueKey) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Checks to see if the provided issue key relates to an existing issue. |
Checks to see if the provided issue key relates to an existing issue.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
Issue Key | String | Yes | Issue key of issue to check. | |
Return
...
Type
Boolean (true/false)
Returns "true" if the issue exists and "false" otherwise.
Example
...
Code Block |
---|
return issueExists("TST-123"); |
Result: True.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jiraissue_group_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_group_routineroutines |
---|
|