Update an issue
update_issueChange fields on an existing issue. Only the fields you pass are touched. Pass null to assignee, project or cycle to clear it, or an empty reviewers array to clear the reviewer list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Sprint name, number, id or null. | |
| issue | Yes | An issue identifier like "ENG-42", or an issue id. | |
| state | No | Workflow state name or id on the issue team. | |
| title | No | ||
| labels | No | Label names or ids. Replaces the labels already on the issue. | |
| parent | No | Parent issue, making this a sub issue, or null to detach it. | |
| dueDate | No | ||
| project | No | Project name, slug, id or null. | |
| assignee | No | Assignee name, handle, email, id, "me", or null to unassign. | |
| estimate | No | ||
| priority | No | Issue priority, from "urgent" down to "low". | |
| milestone | No | Milestone name or id on the project the issue is in, or null to take it off the milestone. | |
| reviewers | No | Reviewer names, handles, emails, ids, or "me". Replaces the reviewer list. | |
| description | No | Replaces the markdown body. |