Skip to content

francas/jira-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira API Component Issues

This project is a solution to retrieve and display components without a component lead, along with the number of issues for each component, using the Jira REST API.

Requirements

  • Node.js (v14 or above)
  • Axios library
  • dotenv package

Setup

  1. Install the dependencies:
npm install
  1. Enter the Jira credentials in .env file. If the Jira API endpoint has public access and does not require authentication, you can omit the JIRA_EMAIL and JIRA_API_TOKEN values in the .env file. The script will still work as expected.

Usage

To run the script and retrieve the components without a component lead and their issue count, execute the following command:

node jira-api.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published