Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 359 Bytes

File metadata and controls

11 lines (8 loc) · 359 Bytes

Jira Issue Loader

Small utility to load Issues (of type Bug) into Jira for two projects.

Usage

  • Fill in the baseURL variable with the URL to your instance of Jira.

  • Fill in the project1 and project2 variables with the Jira project keys you see in your URL with you are on a project.

To Run

  • npm install
  • npm start