Skip to content

This project generates an Excel report of Jira issues for specified team members within a given month

Notifications You must be signed in to change notification settings

vuhieutopicus/jira-issues-report-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Issues Report Generator

This project generates an Excel report of Jira issues for specified team members within a given month. The report includes various details about each issue and applies conditional formatting to certain cells.

Prerequisites

  • Node.js
  • npm
  • A Jira access token is required to access the Jira API.

Setup

  1. Clone the repository:

    git clone https://github.com/son-quach-topicus/jira-issues-report-generator.git
    cd jira-issues-report-generator
  2. Install the dependencies:

    npm install
  3. Create a .env file in the root directory and add the following environment variables:

    JIRA_USERNAME=[email protected]
    JIRA_ACCESS_TOKEN=your-jira-access-token
    JIRA_TEAM_NAME=your-team-name
    JIRA_TEAM_MEMBERS=member1,member2
    JIRA_PROJECT_NAME=your-project-name
    JIRA_STATUS=Done,Closed,Scheduled
    JIRA_URL=https://jira.topicus.nl
    JIRA_STATUS_CATEGORY=Done
    JIRA_ORDER_BY=updated
    JIRA_ORDER_DIRECTION=desc

Usage

To generate the report, run the following command:

npm run export

About

This project generates an Excel report of Jira issues for specified team members within a given month

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%