Socket
Socket
Sign inDemoInstall

jira-release-notes-generator

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jira-release-notes-generator

CLI for automatically generating Jira Release Notes


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

jira-release-notes-generator

CLI for automatically generating Jira Release Notes

Before you begin

You're gonna need a Jira APÌ Key. Refer to Create a Jira API Key to create one.

Usage

  1. Put all issues you want to be shown in the release notes at the "Done" column of your board
  2. Execute this command
npx jira-release-notes-generator --releaseVersion="2.14.2" --jiraCompanyName="XiruDosPampasLTDA" --jiraProjectName="TodoListApp" --jiraBoardId="23" --jiraSprintId="323" --jiraUserEmail="user@xirudospampas.com" --jiraApiToken="dG1ySj22DVDahY62BX4aBF3P" --completedTasksText="Completed Tasks:"

Output:

Release Notes - V2.14.2

- Enable crashlytics
- Fix: the todo items where toooooo big

Completed Tasks:

- Enable crashlytics - https://XiruDosPampasLTDA.atlassian.net/jira/software/projects/TodoListApp/boards/23?selectedIssue=TodoListApp-513
- Fix: the todo items where toooooo big - https://XiruDosPampasLTDA.atlassian.net/jira/software/projects/TodoListApp/boards/23?selectedIssue=TodoListApp-514

Available Parameters

ParameterDefaultRequired
--releaseVersion=""true
--jiraCompanyName=""true
--jiraProjectName=""true
--jiraBoardId=""true
--jiraSprintId=""true
--jiraUserEmail=""true
--jiraApiToken=""true
--sprintText=""true
--jql=""false
--jiraApiVersion="latest"false
--completedTasksText="Completed Tasks:"false

Keywords

FAQs

Last updated on 15 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc