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 | getWorklogLoggedHours(issue, worklog) | Package | | Alias | | Pkg Usage | | |
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issue | String | Yes | The issue key. | worklog | Number | Yes | Id of the selected worklog. | |
Return Type
Interval
...
Example
...
Code Block |
---|
|
print(getWorklogLoggedHours(key, 11201)) |
Prints the logged hours for the worklog with id = 11201.
Example 2
Code Block |
---|
for(number id in getWorklogIdsForUser("admin", "TP-9")){print (getWorklogLoggedHours (id))} |
Prints the logged hours for all the admin's worklogs of the issue with key = "TP-9", on the current issue.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_worklog_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|