Hi Everyone!
I'm using the Jira Rest Java client (JRJC) and I notice that the addAttachment method in IssueRestClient does not return a response because it is a void Promise.
I'd like to store the attachment id after adding the attachment. The REST api actually returns attachment id after adding the attachment. Why doesn't the addAttachment method in IssueRestClient return the attachment id and are there plans in the future for changing the response of the JRJC's add attachment to include the attachment id. I currently use the JRJC for all other Jira interactions, so I'd prefer not to use the REST api just for this one case.
Thanks!