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

separate issue id query from import/export commands #5

Open
drewburlingame opened this issue Sep 7, 2019 · 0 comments
Open

separate issue id query from import/export commands #5

drewburlingame opened this issue Sep 7, 2019 · 0 comments

Comments

@drewburlingame
Copy link
Owner

instead of repeating the query options across import & export commands, create query commands that return a list of ids that can be piped into import and export issue-by-id commands or into files that can be used for rsp args. We could remove the issue-by-project commands and prevent others from cropping up just to get list of ids in other ways when we could instead add new options to the query command(s).

examples:

query issues-by-project ProjA ProjB > export issues ...

query issues-by-jql "type = 'Bug'" > bug-ids.rsp

query issues-since 2019-01-01 > import issues ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant