Get Issue Dates
jira_get_issue_datesFetch Jira issue dates and status transition history to analyze workflow timing and identify bottlenecks.
Instructions
Get date information and status transition history for a Jira issue.
Returns dates (created, updated, due date, resolution date) and optionally status change history with time tracking for workflow analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') | |
| include_status_changes | No | Include status change history with timestamps and durations | |
| include_status_summary | No | Include aggregated time spent in each status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |