Skip to content

The one with 'todo'

Latest
Compare
Choose a tag to compare
@shakyShane shakyShane released this 04 Jul 08:18
· 1 commit to master since this release

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