You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 ...
The text was updated successfully, but these errors were encountered: