foxythemes / jira-cli

A jira user friendly command line client
https://jiracli.com
MIT License
205 stars 40 forks source link

jira issue create: seems like an invalid command #42

Open nathanpbell opened 5 years ago

nathanpbell commented 5 years ago

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?

paulshryock commented 2 years ago

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"