Skip to content

SpringBoot App to generate a Excel file with the Jira issue and its metadata

Notifications You must be signed in to change notification settings

athusrv/jira-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

User email and access token are the only required option: You may need to add this on your Path env variable (Windows users)

jira-report generate [-u | --user] <[email protected]> [-t | --token] <AccessToken>

Other options are available:

-p or --project : specify the project name
-a or --assignees : Set the assignee you are searching for.
                    You can specify many option to search for many assignees
--from : Start searching resolved issues from this date
--to : Stop searching resolved issues on this date.
-l or --max : The amount of data to fetch from Jira API since they use it to improve performance
-o or --out : The absolute path you want to save your generated report     

Important Note:

I assume that the resolved issues are the issues whose status is one of these: DONE, CLOSED, DEPENDENT, READY FOR MIGRATION, READY FOR QA or MIGRATED

Bugs or other suggestion, please send me an email at [email protected]

Thanks!

About

SpringBoot App to generate a Excel file with the Jira issue and its metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages