Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

In the case of a successful query the worklog information is returned (with HTTP 200 OK status) in JSON format, as:

[ { "customFields":{...}, "details":{...} }, ... ]

The customFileds item consist of the following data:

keyvaluedescription
Epic Colourstring
Epic Statusstring
Rank

Sprint

Epic NamestringThe epic name of the issue to which the worklog belongs.
Epic LinkstringThe epic link of the issue to which the worklog belongs.
Story Points

The details item consist of the following data:

keyvaluedescription
issueAffectedVersionsstring listList of affected versions of the issue to which the worklog belongs.
issueAssigneestringAssignee of the issue to which the worklog belongs.
issueComponentsstring listList of components of the issue to which the worklog belongs.
issueCreatedtimestampCreated date of the issue to which the worklog belongs.
issueEpicLinkstringThe epic link of the issue to which the worklog belongs.
issueEpicNamestringThe epic name of the issue to which the worklog belongs.
issueFixedVersionsstring listList of fixed versions of the issue to which the worklog belongs.
issueKeystringKey value of the issue to which the worklog belongs.
issueOriginalEstimatelongOriginal estimate time of the issue to which the worklog belongs in seconds.
issueRemainingEstimatelongRemaining estimate time of the issue to which the worklog belongs in seconds
issueReporterstringReporter of the issue to which the worklog belongs.
issueStatusNamestringStatus name of the issue to which the worklog belongs.
issueSummarystringThe summary of the issue to which the worklog belongs.
issueTypeNamestringType name of the issue to which the worklog belongs.
issueUpdatedtimestampUpdated date of the issue to which the worklog belongs.
labelsstring listList of labels.
parentIssueKeystringThe key of the parent issue of the issue to which the worklog belongs.
priorityNamestringName of the priority of the issue to which the worklog belongs.
projectDescriptionstringDescription of the project to whose issue the worklog belongs.
projectKeystringKey of the project to whose issue the worklog belongs.
projectNamestringName of the project to whose issue the worklog belongs.
resolutionNamestringThe resolution name of the issue to which the worklog belongs.
subTasksstring listList of subtasks.
worklogBodystringBody of the worklog (worklog description).
worklogCreatedtimestampCreated date of the worklog.
worklogStartDatetimestampStart date of the worklog.
worklogTimeWorkedlongDuration of the worklog in seconds.
worklogUpdatedtimestampUpdated date of the worklog.
worklogUserstringID of the JIRA user who created the worklog.
  • No labels