Can't create EPIC in one go because of custom field #589
-
I'm trying to create a Jira EPIC but it fails. I'm not sure what I'm doing wrong. I first tried to create it like this:
Ok. I checked the help text and I need to pass
Ok, it seems maybe it needs the
Nope. IDK what I'm supposed to do. Thoughts? |
Beta Was this translation helpful? Give feedback.
Answered by
ankitpokhrel
Mar 17, 2023
Replies: 1 comment 3 replies
-
Hi @anavarre, you can use $ jira epic create -h
Create an epic in a given project with minimal information.
USAGE
jira epic create [flags]
FLAGS
-n, --name string Epic name
...
$ jira epic create -n "Epic Name" -pCLI -tEpic -s "Test automated EPIC" --no-input |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ankitpokhrel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @anavarre, you can use
--name
to pass epic name. Is it not working?