node-jira icon indicating copy to clipboard operation
node-jira copied to clipboard

Add runBackup function

Open AdrienWalkowiak opened this issue 9 years ago • 1 comments

This is a function I created to run JIRA backups from an AWS lambda function (it could also be used from any node app obviously).

All it does, is checking in Webdav if a backup for today exists (HEAD request), returns it URI if it's the case and try to run the runBackup API function (POST) in JIRA to generate if otherwise and returns the new backup URI if successful.

AdrienWalkowiak avatar Mar 06 '16 14:03 AdrienWalkowiak

This repo hasn't gotten any support in quite some time. You may want to check out our fork which is more up to date:

https://github.com/jira-node/node-jira-client https://www.npmjs.com/package/jira-client

KanoYugoro avatar Mar 07 '16 15:03 KanoYugoro