Skip to content

neurodrone/jiragoli

Repository files navigation

jiragoli

A command-line app for interaction with JIRA.

You can filter by projects, assignees, reporters or by statuses.

Filtering by projects can be done by:

$ jirago issues -project librarian

Filtering projects can be done by just mentioning the suffixes of project name if you are too lazy like me:

$ jirago issues -project lib

Filtering by assignee can be done by:

$ jirago issues -project lib -assignee alee

Filtering by reporter can be done by:

$ jirago issues -project lib -reporter dcelis

You can mix and match those options, so the following is valid:

$ jirago issues -project lib -reporter vaibhav -assignee alee 

You can also filter by issue status:

$ jirago issues -project lib -status done 

And the combination of all above flags.

$ jirago issues -project lib -reporter vaibhav -assignee alee -status done

Test coverage:

$ go test -cover
PASS
coverage: 100.0% of statements
ok  	github.com/neurodrone/jiragoli	0.021s

About

A Go command-line client for JIRA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages