Releases: WeareJH/jhira
Releases · WeareJH/jhira
The one with 'todo'
A really common thing for developers is to query
- all assigned tickets
- across all projects
- in active sprints only
- that are NOT in a 'done' state, (like uat, validated etc)
jhira todo
It also supports the --project
and --sort
flags from the issues command
# all 'todo' items in project ACB
jhira todo --project ACB
# sort the todo items by priority
jhira todo --sort p
the one with the --epic and --sort flags
v0.1.7 release 0.1.7
v0.1.6
release 0.1.6
fixed self-update
v0.1.5 release 0.1.5
the one with self update
v0.1.4 release 0.1.4
test
v0.1.2 release 0.1.2
Release v0.1.1
release
Release v0.1.0
added release action