Hello,
Can someone please guide me how to retrive forms content in an issue. I have tried this rest api, but was not giving content inside a Form
Example:
https://emr.atlassian.net/rest/api/3/issue/EST-1111
So basically I need data inside endorsement form:
Welcome to the Atlassian developer community @AdityaKommu,
Forms are handled by a different API, where you can get form data on an issue using GET /issue/{issueIdOrKey}/form/{formId}
.
@AdityaKommu,
You can get the form index (ie a list of of forms with ids) using GET /issue/{issueIdOrKey}/form
.