API - accessing an attached form values from an issue

I am trying to access values of an attached form of an issue via the API. When I pull the issue via the API it shows nothing regarding the attached form. Little help!

Hi @RaulPedregon

If you’re referring to Jira Forms attached to an issue, their data is not returned in the standard issue REST response (/rest/api/3/issue/{key}).

Forms are stored separately from regular issue fields, which is why you don’t see anything in the normal issue payload.

To retrieve form data, you need to use the Forms REST API.

For Jira Cloud, the Forms endpoints are documented here:

https://developer.atlassian.com/cloud/forms/rest/