As mentioned in https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-using-custom-fields
we can add field values in the http request. However when I add "story points" in the input data like
{ "fields": { "project": { "id": "10110" },
"story points":1,
"summary": "No REST for the Wicked.",
....
it returns
{"errorMessages":[],"errors":{"story points":"Field 'story points' cannot be set. It is not on the appropriate screen, or unknown."}}
Neither it succeeded with "Story Points" nor field "customfield_10000". May anyone help?
Thankyou!
Hi @afe ccd - Welcome to the Atlassian Community!
Try
{{issue.Story Points}} - Returns the issue's story point estimate (company-managed Jira Software Cloud only).
{{issue.Story Points estimate}} - Returns the issue's story point estimate (team-managed Jira Software Cloud only).
Make sure you use the right case because it is case sensitive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.