Update an Issue #
POST /issue/{issue} #
Update summary and description for an issue specified by its issueID
.
Name | Type | Description |
---|---|---|
issueID | string | ID of an issue that should be updated. |
summary | string | New summary for the specified issue. |
description | string | Updated description for the specified issue. |
Sample #
RequestPOST https://example.com/youtrack/rest/issue/TEST-1?summary=new+summary&description=new+description Cookie: $Version=0; JSESSIONID=j9wmm40hwk3t1lp8e11l9p0d4; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=MTVhMjY2OGUxMTUxMTI5MGMzNjhlZWM5NTJiNGJkNmIyNzc3NjdjZmM3YWU4MTVjYzQwYWE1MWZlYTkwNTcxNzphcHBfZXhjZXB0aW9u; $Path=/
HTTP/1.1 200 OK Server: nginx Date: Tue, 21 Jan 2014 09:04:42 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 0 Connection: keep-alive
Last modified: 8 July 2019