NewTec-GmbH / pyJiraCli

pyJiraCli is a command-line tool designed for handling Jira tickets efficiently.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

add sprints command #57

Closed Timuuc closed 5 months ago

Timuuc commented 5 months ago
gabryelreyes commented 5 months ago

Is this not achieved using JQL?

Timuuc commented 5 months ago

No because using JQL you only get the data contained in the issues the search returns. For sprints there is sprint specific data that needs to be written into a JSON file. To not overcrowd the export command, this new command will be added in version 2.1.0. The command will take a jira board name as input and print all infos to the associated sprints into a JSON file. The sprint data will not be parsed and therefore the command will work generically.