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)
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 asjirax 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)