Hey guys! I was wondering if anyone knows of a way to trigger file uploads to onedrive using scriptrunner. I was thinking something in the lines of a listener triggered when a newly created issue is updated with an attachment, and it takes action by uploading it to a specific OneDrive folder.
What's the use case for this? Some kind of backup perhaps?
However you do it, I'd be concerned about scaling because the total size of Jira attachments gets pretty large.
One approach in an on-prem Jira is to use the fileattachment table in the database. This contains a date of when the attachment was added. So an external process can be used to copy the file somewhere else.
@Manuel Peralta Sun - What Matt said - I'm curious too!
Are you looking to replace Jira's native attachment feature?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.