Skip to content

A tool to generate JQL commands for managing Non-Functional Requirements (NFR) in Jira. This script reads NFR labels from a JSON file and creates a CSV file with corresponding JQL commands, enabling efficient NFR tracking and management in Jira.

License

Notifications You must be signed in to change notification settings

trendev/nfr-jql-command-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfr-jql-command-generator

A tool to generate JQL commands for managing Non-Functional Requirements (NFR) in Jira. This script reads NFR labels from a JSON file and creates a CSV file with corresponding JQL commands, enabling efficient NFR tracking and management in Jira.

Features

  • Reads NFR labels from a JSON file.
  • Sorts the NFR labels alphabetically.
  • Generates JQL commands for each NFR label.
  • Exports the JQL commands to a CSV file.

Prerequisites

  • Go installed on your machine.

Getting Started

1. Clone the Repository

git clone https://github.com/trendev/nfr-jql-command-generator.git
cd nfr-jql-command-generator

2. Run the Go Program

Make sure you have the labels.json file in the root directory of the project, then run the following command:

go run main.go

3. Check the Output

After running the program, a file named NFR_JQL_Scripts.csv will be created in the root directory containing the JQL commands for each NFR label.

Disclaimer

The CSV export includes double quotes around the JQL command to ensure compatibility with CSV format standards. This is necessary to ensure that the CSV file can be correctly imported into tools such as Excel or other spreadsheet applications. Without these double quotes, the file might not be correctly parsed by such tools.

About

A tool to generate JQL commands for managing Non-Functional Requirements (NFR) in Jira. This script reads NFR labels from a JSON file and creates a CSV file with corresponding JQL commands, enabling efficient NFR tracking and management in Jira.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages