jira-agile-velocity
v0.8.7
Published
Connect to Jira REST API to collect completed story points, calculate weekly velocity, and estimate completion date
Downloads
21
Readme
jira-agile-velocity
Build various sets of Agile metrics and dashboards by fetching data from Jira REST API
Introduction
Please refer to the readme available at the root of this repository or directly on GitHub: https://github.com/Fgerthoffert/jira-agile-velocity
Usage
$ npm install -g jira-agile-velocity
$ jav COMMAND
running command...
$ jav (-v|--version|version)
jira-agile-velocity/0.8.7 linux-x64 node-v20.6.1
$ jav --help [COMMAND]
USAGE
$ jav COMMAND
...
Commands
jav help [COMMAND]
display help for jav
USAGE
$ jav help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
jav init
Initialize the configuration file
USAGE
$ jav init
EXAMPLE
$ jav init
See code: src/commands/init.ts
jav report
Fetches Completion and Forecast streams per team
USAGE
$ jav report
OPTIONS
-h, --help show CLI help
-s, --save Save a cache file and submit data to GitHub Issues
See code: src/commands/report.ts
jav streams
Fetches Completion and Forecast streams per team
USAGE
$ jav streams
OPTIONS
-c, --useCache Use local cache instead of fetching the data from Jira
-h, --help show CLI help
See code: src/commands/streams.ts
jav versions
Fetches details about completed versions
USAGE
$ jav versions
OPTIONS
-h, --help show CLI help
See code: src/commands/versions.ts