jirax icon indicating copy to clipboard operation
jirax copied to clipboard

No way to list all open issues in a project?

Open bobjackman opened this issue 6 years ago • 1 comments
trafficstars

As a team manager, I need to interact with issues other than just mine. It doesn't seem there is a way to list all open issues. Even better (for me at least) would be a way to list all issues in the current sprint (or all completed issues, all inreview issues, etc)

Describe the solution you'd like A few ideas: jirax list --all <projectKey> jirax list --mine <projectKey> (default if no flags given) jirax list --user <anyUserName> <projectKey> jirax sprint --all <projectKey> jirax sprint --mine <projectKey> (default if no flags given) jirax sprint --user <anyUserName> <projectKey> jirax completed --sprint <projectKey> (same as jirax completed --sprint --mine) jirax completed --mine <projectKey> jirax completed --user <anyUserName> <projectKey> jirax completed --sprint --mine <projectKey> jirax completed --sprint --user <anyUserName> <projectKey>

Describe alternatives you've considered none that I can think of (other than just using the normal JIRA web interface)

bobjackman avatar Jul 05 '19 16:07 bobjackman

Hi @KOGI. Thanks for your idea , I didn't think of that way . surely i will implement all of these.

junip avatar Jul 06 '19 05:07 junip