...
The availability of the users personal data may be impacted by the recent changes by Atlassian in order to meet GDPR compliance. See the following for more information:
...
Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https:// |
---|
|
...
...
...
...
...
1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=userExists+-+15484868 | 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 | userExists(user) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Verifies if the selected user is registered Jira user. |
Verifies if the selected user is registered Jira user.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
user | |
...
String | Yes | Username or userkey of the verified user. |
|
...
Searches by the user key first and if there is no result |
|
...
...
Return
...
Type
Boolean
A "true" return value means that there is a registered Jira user associated with the specified username or userkey.
Example
Example 1
Code Block |
---|
userExists("Administrator");
|
Returns "true" if Administrator is the username of a registered Jira user and "false" otherwise.
...
Note |
---|
The look-up is first made after the userkey, then after the username. |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 15025 |
---|
showSpace | false |
---|
cql | label = "user_routine" and space = currentSpace ( ) |
---|
labels | userarray_routineroutines |
---|
|