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 | getWorklogComment(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 | Key of the selected issue. | worklog | Number | Yes | Id of the selected worklog. | |
String
...
Code Block |
---|
|
print(getWorklogComment(key, 11201)) |
Prints the comment associated with of the specified worklog (the worklog with id = 11201).
Code Block |
---|
for(number id in getWorklogIdsForUser("admin", key)){
print(getWorklogComment(id))
} |
Prints the comment associated with the admin's worklogs of the , on the current issue.
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_worklog_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|