Info |
---|
|
This routine is available starting with SIL Engineā¢ 2.5. 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 | getWorklogIdsForUser(author, issueKey) | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Returns an array with the ids of the worklogs for the specified user and issue. |
Returns an array with the ids of the worklogs for the specified user and issue.
Parameters
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
author | String | Yes |
|
On the server version: the username of the selected user.
The username of the selected user. | issueKey | String | Yes | Key of the selected issue. |
|
Return
...
Type
Number integer[]
Example
...
Code Block |
---|
getWorklogIdsForUser("admin",key) |
Returns an array containing the ids of all the worklogs of the current issue who were created by admin.
Example 2 (cloud)
Code Block |
---|
getWorklogIdsForUser("557058:b540463d-d7fb-43a9-b440-85e1cdbb201d",key) |
Returns an array containing the ids of all the worklogs of the current issue who were created by admin.
See also
Filter by label (Content by label) |
---|
|
...
25 | showSpace | false |
---|
cql | label = " |
---|
|
...
worklog_routine" and space = currentSpace ( ) | labels |
---|
|
...
...