jira_tasks_get_status
Poll the status of a long-running async Jira task by providing its task ID. Returns progress, result, and timing details for monitoring asynchronous operations.
Instructions
Poll the status of a long-running async Jira task.
Returns: {task_id, kind, status, progress_percent, result, message, submitted, started, finished, elapsed_ms}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID returned by an async operation | |
| kind | No | 'generic' for /task/{id} (reindex, migrations) or 'bulk_queue' for /bulk/queue/{id} (bulk transition/edit/move/delete) | generic |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||