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