Open
Description
I'm using this command to create stories but I don't know what is the flag for points
jira issue create -tStory -liOS -s"xyz" --no-input --assignee $(jira me) -yHigh —estimate "2"
suggested google answer:
jira issue create -tStory -liOS -s"xyz" --no-input --assignee $(jira me) -yHigh --custom ["customfield_10002":"3"]
my idea
jira issue create -tStory -liOS -s"xyz" --no-input --assignee $(jira me) -yHigh --custom ["story points":"3"]
non of them work unfortunately
Metadata
Metadata
Assignees
Labels
No labels