Hi All,
I am getting issues response using rest api as below rest API.
https://itc-cloudio.atlassian.net/rest/api/2/search?jql=created>=-1h OR updated>=-1h.
I want to get corresponding issue related attachments.could you please provide me what is the reference between issue and related attachments.I found attachment api this api required to pass corresponding attachment id.i could not find any attachment id related to issue response.
GET /rest/api/2/attachment/{id}
what is the reference between issue id and issue attachment.