Hi!
My team are developing a Jira plugin using Forge, which we have successfully deployed to Jira Cloud. While backend API calls via Forge are functioning correctly, we are encountering difficulties in assigning custom fields to issue types.
In our manifest, we have specified the following scopes for Jira:
-
read:jira-work
-
write:jira-work
-
manage: jira-configuration
We attempted to use the following API to assign custom fields:
Although we do not receive an error, the fields are not being added to the issue types as expected. We suspect that we might be using the wrong endpoint, but we haven’t been able to pinpoint the exact issue.
Could you assist us with this, or possibly suggest the correct method to assign fields?
Thank you very much in advance for your help!
Best regards,
David