Info |
---|
|
This routine is available starting with SIL Engineā¢ 1.0.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 | groupExists(grp) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Verifies if the selected group is a registered Jira group. |
Verifies if the selected group is a registered Jira group.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
group name | |
...
String | Yes | Name of the group that will be verified. |
|
Return
...
Type
Boolean
Returns "true" if the specified group name denotes a registered Jira group or "false" if the group name is unknown.
...
Code Block |
---|
groupExists("Administrators");
|
Result: "True" if Administrators is a registered Jira group. "False" if Administrators is not a registered Jira group.
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_group_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_group_routineroutines |
---|
|