updateJiraIssue
Modify existing Jira issues directly: change status, summary, assignee, priority, or description. Simplify issue tracking within WayStation's integration hub.
Instructions
Updates an existing issue in Jira with the provided details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | New status for the issue | |
| summary | No | Updated issue title/summary | |
| assignee | No | Username of the person to assign the issue to | |
| issueKey | Yes | The issue key to update (e.g., "PROJ-123") | |
| priority | No | Updated priority (e.g., "High", "Medium", "Low") | |
| description | No | Updated description of the issue |