remoteWorklogs
Syntax | remoteWorklogs(spaceKey, jql) | Package | |
Alias | Pkg Usage |
Description
Returns remote JIRA work log via Application Links.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
spaceKey | String | Yes | Key of space to search in. |
jql | String | Yes | Jira Query Language (JQL) search string. |
Return Type
Returns an array of worklogs.
Example
Example 1
Retrieve remote logs
CRWorklog [] logs = remoteWorklogs(spaceKey, jql);
return logs;