1
votes

I am reading here about the REST API of JIRA: http://docs.atlassian.com/jira/REST/latest/#id233354

I can see there are methods to post an attachment to an issue, as well as to get information about an attachment by it's ID. But I can not find a call that can provide me with a list of attachments for a specific issue.

So my question is: How is JIRA linking the attachments to the issues? How can I get a list of attachment ids for a specific issue?

Thanks :)

EDIT

Actually, if I make the call to get the issue information (full issue information) the attachments are there as a field. Thanks for reading anyway :)

1
You should post your solution as an answer and accept it.gareth_bowles
Sorry I'm a new guy here, thanks :)Thanasis Pap

1 Answers

5
votes

Make the call to get the issue information (full issue information) the attachments are there as a field.