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

subtask command throws an Invalid Usage error even though the parent issue exists. #496

Open
vinayak-gadkari opened this issue Aug 9, 2023 · 0 comments

Comments

@vinayak-gadkari
Copy link

With version 1.0.27, the subtask command throws an Invalid Usage error even though the parent issue exists.
Other commands like list/browse work properly for the parent issue.

λ jira.exe version
v1.0.27
λ jira.exe subtask DRD21-12345
usage: jira subtask [] []

Subtask issue

Global flags:
-h, --help Show context-sensitive help (also try --help-long
and --help-man).
-v, --verbose ... Increase verbosity for debugging
-e, --endpoint=ENDPOINT Base URI to use for Jira
-k, --insecure Disable TLS certificate verification
-Q, --quiet Suppress output to console
--unixproxy=UNIXPROXY Path for a unix-socket proxy
--socksproxy=SOCKSPROXY Address for a socks proxy
-u, --user=USER user name used within the Jira service
--login=LOGIN login name that corresponds to the user used for
authentication

Optional flags:
-b, --browse Open issue(s) in browser after operation
--editor=EDITOR Editor to use
-t, --template=TEMPLATE Template to use for output
--noedit Disable opening the editor
-p, --project=PROJECT project to subtask issue in
-m, --comment=COMMENT Comment message for issue
-o, --override=OVERRIDE ... Set issue property

Args:
[] Parent issue for subtask

ERROR Invalid Usage: Issue Does Not Exist

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