Skip to content

No way to list all open issues in a project? #3

Description

@bobjackman

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions