Closed robotex82 closed 8 years ago
You can search directly with jql (see https://github.com/toabctl/jiracli#example-searching-with-jql ) or create a filter in the UI and use it with jiraclie (see https://github.com/toabctl/jiracli#example-use-favourite-filters ). Does that help?
For future reference:
Thank you! Works like a charm:
jiracli --issue-search "assignee = currentUser() AND sprint in openSprints() AND sprint not in futureSprints()"
First of all, jiracli is awesome!
But there is a small thing missing for me to be really useful. How can I query all issues that are in the actual sprint, that contains issues from many different projects?
Something like
Thanks in advance!
Best regards Roberto