Get Attachments of an Issue
GET /issue/{issue}/attachment
Get all issue attachments
GET /rest/issue/{issue}/attachment
Name | Type | Description |
---|---|---|
issue | issueById | ID of an issue to get attachments from. |
Sample
GET http://localhost:8081/rest/issue/HBR-63/attachment
Connection: keep-alive
Cookie: $Version=0; JSESSIONID=n7hq7t8o49ae15sgbq5hn9ic; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=MTVhMjY2OGUxMTUxMTI5MGMzNjhlZWM5NTJiNGJkNmIyNzc3NjdjZmM3YWU4MTVjYzQwYWE1MWZlYTkwNTcxNzphcHBfZXhjZXB0aW9u; $Path=/
HTTP/1.1 200 OK
Content-Type: application/xml;charset=UTF-8
Content-Length: 175
Server: Jetty(6.1.23)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fileUrls>
<fileUrl url="/_persistent/uploadFile.html?file=45-46&v=0&c=false" name="uploadFile.html"/>
</fileUrls>
Last modified: 2 February 2017