Get Issue Dates
jira_get_issue_datesRetrieve Jira issue date information and status transition history for workflow analysis, including creation, updates, due dates, and resolution timelines.
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.
Args: ctx: The FastMCP context. issue_key: The Jira issue key. include_status_changes: Whether to include status change history. include_status_summary: Whether to include aggregated time per status.
Returns: JSON string with issue dates and optional status tracking data.
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 |