Skip to content

Releases: WeareJH/jhira

The one with 'todo'

04 Jul 08:18
Compare
Choose a tag to compare

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

17 Mar 07:45
Compare
Choose a tag to compare

v0.1.6

15 Mar 22:05
Compare
Choose a tag to compare
release 0.1.6

fixed self-update

15 Mar 21:23
Compare
Choose a tag to compare
v0.1.5

release 0.1.5

the one with self update

15 Mar 15:30
Compare
Choose a tag to compare
v0.1.4

release 0.1.4

test

15 Mar 11:19
Compare
Choose a tag to compare
v0.1.2

release 0.1.2

Release v0.1.1

15 Mar 11:09
Compare
Choose a tag to compare
release

Release v0.1.0

15 Mar 08:17
Compare
Choose a tag to compare
added release action