The following macros are not currently supported in the header:
- style
PUT /issues/:id
Resource URL
Edit an existing issue.
PUT /issues/:id
ANY /issues/:id?_method=putParameters
Table of allowed parameters. Underlined parameters are mandatory.
title | string |
|
|---|---|---|
type_id | unsigned |
|
against_id | unsigned |
|
against_type | string | e.g, company, site, contact or job |
standing | string | e.g, open, closed, resolved or submitted |
date_started | unix timestamp |
|
date_due | unix timestamp |
|
description | string |
|
class_id | unsigned | Issue class id. This must point to a valid issue class. For a list of available issue classes, please see GET /issues/classes |
assignee | unsigned int | Staff id. This must point to a valid staff. The staff will be assigned and be informed of this assigned issue. For a list of available staff, please see GET /staff |
Handling the response
The updated issue will be returned in the response. Please see the GET endpoint for handling the response.