Hello All,
Does anyone know how to achieve the below functionality:
1. Copying file attached in JIRA ticket to NAS Drive.
2. Update the story if the file is moved to NAS drive (file copied), do I need to use REST API for this? if so which tool should i use write Rest API for JIRA?
Please suggest.
Thanks in advance!
Apologies, I have only just seen this.
On point 1, there's a question - when do you want to copy the attachment to the NAS? I assume there is some form of trigger event. The obvious one is probably a change of issue status - if that's the case, you will probably want a post-function to push the attachment over to the NAS.
You'll need some code, either a plugin you can write yourself, or use one of the scripting apps to provide it. Although if your NAS can take uploads via direct urls, you may be able to do it with webhooks alone.
On point 2, yes, you would use the REST API in Jira. You can use any tool or language you want as long as it can issue REST calls over the network. Have a look at https://developer.atlassian.com/server/jira/platform/rest-apis/ to get started
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.