Download OpenAPI specification:
API for interacting with Jira issues and worklogs, providing estimates, detailed issue information, and worklog searching capabilities.
Retrieves the time estimates (original, remaining, spent) for a specific Jira issue.
| id required | string The Jira issue key (e.g., PROJ-123). |
{- "originalEstimate": "string",
- "remainingEstimate": "string",
- "timeSpent": "string"
}Retrieves detailed information about a Jira issue, including status, project, and custom fields.
| id required | string The Jira issue key. |
{- "id": "string",
- "key": "string",
- "url": "string",
- "summary": "string",
- "client": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "project": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "organiProject": "string",
- "issueType": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "iconUrl": "string"
}, - "status": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "iconUrl": "string"
}, - "fixVersions": [
- {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "archived": true,
- "released": true,
- "releaseDate": "string"
}
], - "billable": true,
- "location": {
- "id": "string",
- "value": "string"
}, - "invoiceAs": {
- "id": "string",
- "value": "string"
}, - "parentInvoiceAs": {
- "id": "string",
- "value": "string"
}, - "parentOrganiProject": "string",
- "approvedBy": {
- "name": "string",
- "key": "string",
- "emailAddress": "string",
- "displayName": "string",
- "active": true
}, - "approveDate": "string",
- "finRemark": "string",
- "estimateCR": "string",
- "estimateDevelopment": "string",
- "etc": 0,
- "timeSpentSeconds": 0,
- "urgencyCall": {
- "id": "string",
- "value": "string"
}, - "resolutionDate": "2019-08-24T14:15:22Z",
- "resolution": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "components": [
- {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}
], - "jiraBillable": "string",
- "parentId": "string",
- "parentKey": "string",
- "parentIssueTypeId": "string",
- "parentIssueType": "string",
- "parentIssueSummary": "string",
- "parentIssueTypeIconUrl": "string",
- "jiraServerId": "string",
- "restrictions": [
- {
- "id": 0,
- "name": "string",
- "value": "string"
}
]
}Versioned endpoint to retrieve detailed information about a Jira issue.
| id required | string |
{- "id": "string",
- "key": "string",
- "url": "string",
- "summary": "string",
- "client": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "project": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "organiProject": "string",
- "issueType": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "iconUrl": "string"
}, - "status": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "iconUrl": "string"
}, - "fixVersions": [
- {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "archived": true,
- "released": true,
- "releaseDate": "string"
}
], - "billable": true,
- "location": {
- "id": "string",
- "value": "string"
}, - "invoiceAs": {
- "id": "string",
- "value": "string"
}, - "parentInvoiceAs": {
- "id": "string",
- "value": "string"
}, - "parentOrganiProject": "string",
- "approvedBy": {
- "name": "string",
- "key": "string",
- "emailAddress": "string",
- "displayName": "string",
- "active": true
}, - "approveDate": "string",
- "finRemark": "string",
- "estimateCR": "string",
- "estimateDevelopment": "string",
- "etc": 0,
- "timeSpentSeconds": 0,
- "urgencyCall": {
- "id": "string",
- "value": "string"
}, - "resolutionDate": "2019-08-24T14:15:22Z",
- "resolution": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "components": [
- {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}
], - "jiraBillable": "string",
- "parentId": "string",
- "parentKey": "string",
- "parentIssueTypeId": "string",
- "parentIssueType": "string",
- "parentIssueSummary": "string",
- "parentIssueTypeIconUrl": "string",
- "jiraServerId": "string",
- "restrictions": [
- {
- "id": 0,
- "name": "string",
- "value": "string"
}
]
}Versioned endpoint to retrieve detailed information about a Jira issue.
| id required | string |
{- "id": "string",
- "key": "string",
- "url": "string",
- "summary": "string",
- "client": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "project": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "organiProject": "string",
- "issueType": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "iconUrl": "string"
}, - "status": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "iconUrl": "string"
}, - "fixVersions": [
- {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z",
- "archived": true,
- "released": true,
- "releaseDate": "string"
}
], - "billable": true,
- "location": {
- "id": "string",
- "value": "string"
}, - "invoiceAs": {
- "id": "string",
- "value": "string"
}, - "parentInvoiceAs": {
- "id": "string",
- "value": "string"
}, - "parentOrganiProject": "string",
- "approvedBy": {
- "name": "string",
- "key": "string",
- "emailAddress": "string",
- "displayName": "string",
- "active": true
}, - "approveDate": "string",
- "finRemark": "string",
- "estimateCR": "string",
- "estimateDevelopment": "string",
- "etc": 0,
- "timeSpentSeconds": 0,
- "urgencyCall": {
- "id": "string",
- "value": "string"
}, - "resolutionDate": "2019-08-24T14:15:22Z",
- "resolution": {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}, - "components": [
- {
- "id": "string",
- "key": "string",
- "name": "string",
- "description": "string",
- "changedOn": "2019-08-24T14:15:22Z"
}
], - "jiraBillable": "string",
- "parentId": "string",
- "parentKey": "string",
- "parentIssueTypeId": "string",
- "parentIssueType": "string",
- "parentIssueSummary": "string",
- "parentIssueTypeIconUrl": "string",
- "jiraServerId": "string",
- "restrictions": [
- {
- "id": 0,
- "name": "string",
- "value": "string"
}
]
}Searches for Jira worklogs based on criteria such as author, date, and custom attributes.
| authors | string or null Comma-separated list of authors. |
| worklogDate required | string The date for which to filter worklogs. |
Array of objects (JiraWorklogAttribute) | |
| jql | string or null Jira Query Language string. |
| sql | string or null |
{- "authors": "string",
- "worklogDate": "string",
- "attributes": [
- {
- "key": "string",
- "value": "string"
}
], - "jql": "string",
- "sql": "string"
}[- {
- "id": "string",
- "issueId": 0,
- "issueKey": "string",
- "author": "string",
- "comment": "string",
- "time": 0,
- "created": "2019-08-24T14:15:22Z",
- "timeSpent": "string",
- "worklogDate": "string",
- "attributes": [
- {
- "key": "string",
- "value": "string"
}
]
}
]Retrieves a specific Jira worklog entry by its unique identifier.
| id required | number The Jira worklog ID. |
{- "id": "string",
- "issueId": 0,
- "issueKey": "string",
- "author": "string",
- "comment": "string",
- "time": 0,
- "created": "2019-08-24T14:15:22Z",
- "timeSpent": "string",
- "worklogDate": "string",
- "attributes": [
- {
- "key": "string",
- "value": "string"
}
]
}