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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.