Can I access Figma link field through JQL?

reto.beeler January 6, 2023

Hi there

I want to use the Figma link in an issue as a trigger in a workflow. Or display the link in a confluence summary page, where I use the Insert JIRA Issue/Filter-Macro.
Is there any possibility of accessing the Figma link field through JQL? If yes whats the field name? 

Thanks a lot

Reto

1 answer

0 votes
mohansaiteki April 22, 2023

At present it might not be possible for JQL but with Jira API call's we can get that

Brendan Stover May 5, 2023

I've been looking through the Jira API to figure out where Figma links are stored. Do you have an example you could share?

mohansaiteki May 7, 2023

@Brendan Stover ,

Figma Links are stored in issue level properties

Call the below endpoint to get the properties which are linked to particular issue.

https://<DOMAIN>.atlassian.net/rest/api/3/issue/<ISSUE_KEY>/properties/

In response, find out the figma link key ( in my case it is 

com.figma.jira-add-on_figma-web-panel-jira-issue). If you don't see the key which means figma links are not added to that ticket
Once you got the key, call the below endpoint
https://<DOMAIN>.atlassian.net/rest/api/3/issue/<ISSUE_KEY>/properties/com.figma.jira-add-on_figma-web-panel-jira-issue

You will see the Figma URL

 

Find the more details on API calls here

 

Like Brendan Stover likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events