I would like to make scheduled automatic Insight schemas export by using Scriptrunner.
I already know how to manually do a Insight schema export through UI but that doesn't suits my needs to have it automatic and scheduled.
Tried using following class (https://insight-javadoc.riada.io/insight-javadoc-5.6/insight-core/index.html?com/riadalabs/jira/plugins/insight/services/imports/model/schema/ExportObjectSchemaDataBean.html), but it doesn't accept parameters given:
Beside the Scriptrunner, tried with PWS script using REST API, but that doesn't give me proper export structure, as only information about data is extracted and not the data itself like avatars in PNG format, csv files, folders etc.
Maybe you could try this with Automation for Jira.
They have an action which can send a web request. Basically, it can send HTTP(S) requests to a given URL and accept the response.
I could imagine that it would support your usecase.
Unfortunately this won't work as Insight doesn't have API for the backups.
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.