I've started using Figma + JIRA integration recently and working on automation of the design workflow.
In my project I have a Design task as a child\subtask for the main task, and I'd like to have Figma Design automatically added to the parent task as soon as designer adds Figma design to their Design task.
I've tried several methods (custom fields updates, e.t.c), but haven't succeeded.
Is there a way to automatically add Figma design to a parent issue when the design is added to the child issue?
MYFIGMA-111
--->MYFIGMA-112
--->MYFIGMA-113
Assuming MYFIGMA-111 is the parent and MYFIGMA-113 is the design task. You can build a automation
Trigger - when issue type Design for MYFIGMA is move to DONE/or any other relevant status when the Figma design gets added.
Using a branch rule, update the Parent, there should an option for managing Attachments.
As a first step, try a trigger from child to update the comment in Parent, to test if your trigger and action are working. Then you can add the attachment logic.
I am pretty sure this will work.
All the best!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.