jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

jira issue create: seems like an invalid command

Open nathanpbell opened this issue 4 years ago • 1 comments

The documentation lists two ways to create an issue:

jira issue create and jira create.

When I run the first form, jira issue create, I get an error:

Error: Issue does not exist or you do not have permission to see it.

I assume the docs are out of date?

nathanpbell avatar Sep 25 '19 02:09 nathanpbell

I also get an error if Jira has required fields other than Project, Issue Type, and Title.

It would be great to pass whatever fields I need to, something like:

jira issue create --project="My Project" --type=Spike --title="My title" --my-custom-field="My custom value"

paulshryock avatar Sep 21 '22 14:09 paulshryock