Upload Files with a Service

danielrv June 27, 2014

Hi,

Is there a way to upload files to an issue from an app using web services?

Thanks

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 28, 2014

Yes, you can attach files to issues with the REST functions. You'll just need to code a simple REST connection into your web-service and work out some way for the web service to know which issues to attach the files to.

danielrv June 28, 2014
That's good. To know! Do you know what would be the field? Or better, a link to the REST API documentation where is described? Thanks mate :)
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 28, 2014

https://docs.atlassian.com/jira/REST/latest/and https://confluence.atlassian.com/display/DOCSPRINT/The+Simplest+Possible+JIRA+REST+Examples are the places I start with REST.

It's not really a field though, it's just "attachments"

danielrv June 28, 2014

Hi Nic,

Thanks for the links. I'll give it a try and let you know!

Thanks :)

Suggest an answer

Log in or Sign up to answer