Will create multiple issues.{n}-{n+1}json
files inside the output
directory containing all issues from jira.
- Install all dependencies
$ npm i
- Create an
.env
file with the credentials in the root directory
JIRA_PROTOCOL=https
JIRA_HOST=example.atlassian.net
JIRA_USERNAME=foo
JIRA_PASSWORD=bar
JIRA_API_VERSION=2
- Run the script
$ npm start