Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bobjackman opened this issue Jul 5, 2019 · 1 comment
Open

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

bobjackman opened this issue Jul 5, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bobjackman
Copy link

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)

@junip
Copy link
Owner

junip commented Jul 6, 2019

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

@junip junip added the enhancement New feature or request label Jul 6, 2019
@junip junip self-assigned this Jul 6, 2019
@junip junip added the help wanted Extra attention is needed label Jul 6, 2019
@junip junip removed their assignment May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants