Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add runBackup function #129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add runBackup function #129

wants to merge 2 commits into from

Conversation

AdrienWalkowiak
Copy link

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.

@KanoYugoro
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants