Different views are predefined :
| Criteria | Type | Description |
|---|---|---|
| Start Date | Absolute or Relative Date | Filtered Worklog have to be equal or after this date (1) |
| End Date | Absolute or Relative Date | Filtered Worklog have to be equal or before this date (1) |
| Category | Integer | Project Category Id. to use in filtering (2) |
| Project | Integer | Project Id. to use in filtering (2) |
| Developper | User or Group Name | Developper (Worker or author) having entered the Worklog (2)(3) |
| Code | Value Description |
|---|---|
| BOW | Begin Of Week |
| EOW | End Of Week |
| BOM | Begin Of Month |
| EOM | End Of Month |
| BOQ | Begin Of Quarter |
| EOQ | End Of Quarter |
| BOS | Begin Of Semester |
| EOS | End Of Semester |
| BOY | Begin Of Year |
| EOY | End Of Year |
| +1D | Day |
| +1B | Business Day |
| +1W | Week |
| +1M | Month |
| +1Q | Quarter |
| +1S | Semester |
| +1Y | Year |
| Code | Report Element Description |
|---|---|
| CA | Issue's Category |
| PR | Issue's Project |
| AS | Issue's Assignee |
| RS | Worklog's Author (Human Resource, Worker) |
| IS | Any Issue linked to the Worklog |
| IS_TS | Issue's Time Spent |
| IS_TE | Issue's Time Estimate |
| IS_OE | Issue's Time Original Estimate |
| IS_R | Issue's Reporter |
| IS_Cx | Create Date Supported code are :
|
| IS_Ux | Update Date Supported code are :
|
| IS_Dx | Due Date Supported code are :
|
| ST | Only Sub-Task linked to the Worklog |
| PIS | Only Parent Issue linked to the Worklog |
| CP | Issue's Component |
| IV | Impacted Version |
| FV | Fix Version |
| IT | Issue's Type |
| PT | Issue's Priority |
| RL | Issue's Resolution |
| Wx | Worklog Details Supported code are :
|
| customfield_999999 | Any custom field identified by its Id |
| Customfield Types | Samples |
|---|---|
| com.atlassian.jira.issue.customfields.impl.SelectCFType | |
| com.atlassian.jira.issue.customfields.MultipleSettableCustomFieldType | |
| com.atlassian.jira.issue.customfields.MultipleCustomFieldType | |
| com.atlassian.jira.notification.type.UserCFNotificationTypeAware | |
| com.atlassian.jira.issue.customfields.impl.ExternalCFType | |
| com.atlassian.jira.issue.customfields.impl.DateCFType | |
| com.atlassian.jira.issue.customfields.impl.DateTimeCFType | |
| com.atlassian.jira.issue.customfields.impl.AbstractMultiCFType | |
| com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType | |
| For any other are toString() is assumed |