Skip to content

joberthel/jira-ticket-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-ticket-downloader

Will create multiple issues.{n}-{n+1}json files inside the output directory containing all issues from jira.

  1. Install all dependencies
$ npm i
  1. 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
  1. Run the script
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published