appmixer.redmine.core.IssueUpdate
UpdateIssue
1.0.0
Public
Update an issue.
| Field | Type | Description |
|---|---|---|
| No properties defined | ||
| Field | Type | Description |
|---|---|---|
| Id | text | ID or identifier of the issue |
| Issue Project Id | select | - |
| Issue Tracker Id | number | - |
| Issue Status Id | number | - |
| Issue Priority Id | number | - |
| Issue Subject | text | - |
| Issue Description | text | - |
| Issue Category Id | number | - |
| Issue Fixed Version Id | number | ID of the Target Versions (previously called "Fixed Version" and still referred to as such in the API) |
| Issue Assigned To Id | number | ID of the user to assign the issue to (currently no mechanism to assign by name). |
| Issue Parent Issue Id | number | ID of the parent issue. |
| Issue Custom Fields | textarea | Example: [{"value":"1.0.2","id":1},{"value":"Invalid","id":2}] . |
| Issue Watcher User Ids | textarea | Array of user ids to add as watchers. Example: [1,2,3] |
| Issue Is Private | toggle | - |
| Issue Estimated Hours | number | Example: 1.5 |
| Issue Notes | text | Comments about the update |
| Issue Private Notes | toggle | true if notes are private |
| Field | Type | Description |
|---|---|---|
| No fields defined for this port | ||