I am looking for a way to export JIRA issues on a X basis to a file share or local Confluence automatically.
Has anyone successfully done this? I do have scriptrunner, but have not found much when searching.
You can use the Better PDF Automation app and its "Save PDF" action to save issues to the filesystem according to a custom schedule.
If you prefer an Excel output, then Better Excel Automation does pretty much the same, but for XLSX files.
Not sure if you use Server or Cloud but overall I would try using REST API to get issues via some kind of script (for example Python) and do something with that data later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
good call out - I am using server, 7.13.0
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.