Worklog
API Name: Worklog__c
A Worklog holds fields from the JIRA Worklog and its associated Issue.
| Label | API Name | Type | Description |
|---|---|---|---|
| Name | Name |
AutoNumber | |
| Author | Author__c |
Text(255) | The author of the worklog. |
| Comment | Comment__c |
LongTextArea(2000) | The worklog comment (truncated to 2000 characters). |
| Connection | Connection__c |
Text(255) | The name of the JIRA Connection (Custom Setting and Named Credential). |
| Created | Created__c |
DateTime | The timestamp, when this worklog has been created in JIRA. |
| End | End__c |
DateTime | The calculated end date for started and time spent in seconds. |
| Hours Worked | HoursWorked__c |
Number(16, 2) | The hours, which have been tracked on this worklog. |
| Issue Components | IssueComponents__c |
Text(255) | The components of the parent issue. |
| Issue Description | IssueDescription__c |
LongTextArea(32768) | The description of the parent issue. |
| Issue Id | IssueId__c |
Text(255) | The Id of the parent issue for this worklog in JIRA. |
| Issue Key | IssueKey__c |
Text(255) | The key of the parent issue for this worklog in JIRA. |
| Issue Summary | IssueSummary__c |
Text(255) | The summary of the parent issue (truncated to 255 characters). |
| Issue Type | IssueType__c |
Text(255) | The type of the parent issue. |
| Worklog Id (No Prefix) | NoPrefixWorklogId__c |
Text(255) | The worklog id without the connection prefix. |
| Project Key | ProjectKey__c |
Text(255) | The key of the parent project for this worklog in JIRA. |
| Started | Started__c |
DateTime | The start date and time of this worklog. |
| Time Spent Seconds | TimeSpentSeconds__c |
Number(18, 0) | The time spent in seconds on this worklog. |
| Time Spent | TimeSpent__c |
Text(255) | The human readable time spent on this worklog. |
| URL | URL__c |
Url | The URL of this worklog in the JIRA system. |
| Update Author | UpdateAuthor__c |
Text(255) | The author who updated the worklog. |
| Updated | Updated__c |
DateTime | The timestamp, when this worklog has been updated in JIRA. |
| Worklog Id | WorklogId__c |
Text(255) | The Id of the worklog in JIRA. |
| Worklog Period | WorklogPeriod__c |
MasterDetail(WorklogPeriod__c) | The parent Worklog Period for this Worklog. If there is no Worklog Period configuration, a default record will be created and used. |