Empty array when listing attachments via Rest api

christophe.salomon August 25, 2015

I want to list the attachments of an issue with the rest api but I get the following error: HTTP Status 405 - Method Not Allowed

My query is very simple: http://myhost/rest/api/2/issue/TEST-123/attachments

What is wrong ? Do you have experience the same problem ?

 

3 answers

1 accepted

0 votes
Answer accepted
christophe.salomon August 26, 2015

I found my problem. The field attachment was "Hide" on my project. 

0 votes
christophe.salomon August 26, 2015

After many checks, the problem seems to be link to the configuration of my project. It works with project XXX but not with project YYY.

Any idea ?

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 25, 2015

You need to give it a valid method - "attachments" is not a valid method.  See https://docs.atlassian.com/jira/REST/latest/ for what is valid.

You are close though.  http://myhost/rest/api/2/issue/TEST-123 should return a load of metadata about the issue including a representation of a list of attachments.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events