Get design link for Jira issue via REST API

Hi, I’m trying to get/set the Figma design link for a Jira issue via the REST API. Is this possible and if so, what is the endpoint I should hit to get this? I looked through some of the API documentation and didn’t find anything. TIA!

Hi @Coda,

Is this in relation to the Figma for Jira app? If so, I’m not all that familiar with the app, but perhaps the designs are attached to issues and you could call GET /rest/api/3/issue/{issueIdOrKey} to see what attachment information is returned.

Regards,
Dugald

Regards,
Dugald