JQL Response
In the case of a successful query the worklog information is returned (with HTTP 200 OK status) in JSON format, as:
[ { "customFields":{...}, "details":{...} }, ... ]
The customFields item consist data based on the customFieldsFilter. If customFieldsFilter query parameter not provided all custom fields will be returned, else only the custom fields will be returned that ids are inside of the customFieldsFilter array. Example:
key | value | description |
---|---|---|
Epic Colour | string | |
Epic Status | string | |
Rank | string | |
Sprint | string | |
Epic Name | string | The epic name of the issue to which the worklog belongs. |
Epic Link | string | The epic link of the issue to which the worklog belongs. |
Story Points |
The details item consist of the following data:
key | value | description |
---|---|---|
issueAffectedVersions | string list | List of affected versions of the issue to which the worklog belongs. |
issueAssignee | string | Assignee of the issue to which the worklog belongs. |
issueComponents | string list | List of components of the issue to which the worklog belongs. |
issueCreated | timestamp | Created date of the issue to which the worklog belongs. |
issueFixedVersions | string list | List of fixed versions of the issue to which the worklog belongs. |
issueKey | string | Key value of the issue to which the worklog belongs. |
issueOriginalEstimate | long | Original estimate time of the issue to which the worklog belongs in seconds. |
issueRemainingEstimate | long | Remaining estimate time of the issue to which the worklog belongs in seconds |
issueReporter | string | Reporter of the issue to which the worklog belongs. |
issueStatusName | string | Status name of the issue to which the worklog belongs. |
issueSummary | string | The summary of the issue to which the worklog belongs. |
issueTypeName | string | Type name of the issue to which the worklog belongs. |
issueUpdated | timestamp | Updated date of the issue to which the worklog belongs. |
labels | string list | List of labels. |
parentIssueKey | string | The key of the parent issue of the issue to which the worklog belongs. |
priorityName | string | Name of the priority of the issue to which the worklog belongs. |
projectDescription | string | Description of the project to whose issue the worklog belongs. |
projectName | string | Name of the project to whose issue the worklog belongs. |
resolutionName | string | The resolution name of the issue to which the worklog belongs. |
subTasks | string list | List of subtasks. |
worklogBody | string | Body of the worklog (worklog description). |
worklogCreated | timestamp | Created date of the worklog. |
worklogStartDate | timestamp | Start date of the worklog. |
worklogTimeWorked | long | Duration of the worklog in seconds. |
worklogUpdated | timestamp | Updated date of the worklog. |
worklogUser | string | ID of the JIRA user who created the worklog. |
worklogAttributes | string list | List of the worklog attributes |
cost | double | The cost of the worklog. Project Controller permission required to view this attribute. |
costRateType | string | The type of the current cost element/attribute. Project Controller permission required to view this attribute.
|
currency | string | The configured currency. Project Controller permission required to view this attribute. |