Hello everyone !!
is there a feature so as i can update custom field from Jira Rest api V3 or V2 , i am using connect Spring boot , in my current situation , i created a new custom field via Jira rest api V3 , but i could not update its value, and i got this error c.k.c.d.service.impl.FieldServiceImpl : Jira API response: {“errorMessages”:[“This API
works only with fields provided by Forge apps.”],“errors”:{}}
What kind of field did you create, and which API endpoint are you trying to use?
Depending on the type of field you created, the Edit Issue API might work for you: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put
1 Like