YouTrack Standalone 7.0 Help

Update an Issue

POST /issue/{issue}

Update summary and description for an issue specified by its

issueID
.

POST /rest/issue/{issueID}?{summary}&{description}

Parameters:

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

Request

POST http://localhost:8081/rest/issue/TEST-1?summary=new+summary&description=new+description Cookie: $Version=0; JSESSIONID=j9wmm40hwk3t1lp8e11l9p0d4; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=MTVhMjY2OGUxMTUxMTI5MGMzNjhlZWM5NTJiNGJkNmIyNzc3NjdjZmM3YWU4MTVjYzQwYWE1MWZlYTkwNTcxNzphcHBfZXhjZXB0aW9u; $Path=/

Response

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: 2 February 2017