Hi All,
I am consuming jira rest api's using java.
I have developed a code related to issue rest api consuming.but i need attachements for that particular issue.I could not find any attachement related json related tags in issue related response.Could you please explain me how to get related attachments for that particular issue.
I have a similar use case. I used a groovy scripts on script runner plugin referring to the JIRA java doc:
If you are looking for Rest API, refer this: https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/?_ga=2.9126518.250190013.1521439674-281000743.1513852388#api/2/attachment
Hi Mahesh,
Here my question is what is the reference between issue response and attachment api.how to pass attachment id based on the issue response.i colud not find any attachment id issue response.
https://your-domain.atlassian.net/rest/api/2/attachment/{id}'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.