Automate Figma Versioning and Jira Updates
detail.loadingPreview
Integrates Figma design updates with Jira issues by adding comments with version details.
About This Workflow
This workflow automates the process of updating Jira issues when a new version of a Figma design is created. It leverages a Figma webhook to trigger the workflow and then uses Jira nodes to find the relevant Jira issue and add a comment containing the design's page name, version name, a link to the design, and the current timestamp.
Key Features
- Triggers automatically on Figma file version updates.
- Fetches existing Jira issue details.
- Adds a detailed comment to the Jira issue with Figma design information.
- Supports integration with the Figma Commit Plugin.
How To Use
- Install and Configure Figma Commit Plugin: Ensure the Figma Commit Plugin is installed and configured to send webhooks to your n8n instance. Refer to the plugin's GitHub repository for setup instructions.
- Configure n8n Workflow:
- Figma Trigger: Set up the
Figma Triggernode with yourteamIdand settriggerOntofileVersionUpdate. Ensure your Figma API credentials are correctly configured. - Find Jira Issue: The
Find Jira Issuenode is configured to find an issue based onissueKeydynamically received from theFigma Trigger's payload (={{ $json.issueLink }}). This assumes your Figma plugin sends anissueLinkproperty. - Add Comment in Issue: The
Add Comment in Issuenode uses theissueKeyobtained from the previous Jira node (={{ $json.key }}). The comment content is dynamically generated using data from theFigma Triggernode (pageName,versionName,designLink) and the current time ({{ $now }}).
- Figma Trigger: Set up the
- Connect Nodes: Ensure the connections are set up as follows:
Figma Trigger->Find Jira Issue->Add Comment in Issue.
Apps Used
Workflow JSON
{
"id": "fe1e0a94-36a3-4e3b-93fc-08a6bab1d6b5",
"name": "Automate Figma Versioning and Jira Updates",
"nodes": 8,
"category": "Productivity",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: fe1e0a94-36a3...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
AI-Powered Text Automations with Apple Shortcuts
Automate text transformations like translation and grammar correction using OpenAI via Apple Shortcuts.
AI-Powered Text Transformations via Apple Shortcuts
Automate text editing, translation, and grammar correction using Apple Shortcuts and OpenAI.
Daily Meeting Summarization with Gemini AI
Automatically summarize daily meetings using Gemini AI and Google Calendar data, sending concise summaries to Slack.