Hi everyone! I'm looking to streamline our team's Jira workflows by integrating with some external automation tools. We've been exploring options like Zapier, Make, and custom API solutions.
What has worked best for your teams? Are there specific tools or approaches you'd recommend for:
- Automated ticket creation from form submissions
- Syncing data between Jira and other platforms
- Setting up conditional workflows based on external triggers
Would love to hear about your real-world experiences and any pitfalls to avoid. Thanks in advance!
Hi @taylor ,
There are several reason to choose Zapier:
I'd choose Jira automation if the workflow is fully inside Jira.
Hi @taylor Welcome to the Atlassian Community
The easiest way to automate workflows is by using Jira Automation together with tools like Zapier or Make. For example, when someone submits a form (such as Google Forms or Typeform), the integration tool can automatically send that data to Jira and create a ticket. This helps teams avoid manual work and ensures requests are captured immediately.
To keep Jira in sync with other platforms or trigger actions from external events, these tools can listen for updates like when an issue is created or changed. They can then perform actions such as sending Slack notifications, updating another system, or creating related tasks. For more advanced integrations, teams often use Jira webhooks and the REST API, which Atlassian recommends for connecting external systems with Jira programmatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello and welcome @taylor
My best practice would be: keep as much logic as possible in Jira Automation, and use external tools mainly for connectivity/orchestration.
For example, Zapier or Make can be fine for form intake or cross-platform triggers, but I would still keep Jira-specific conditions, routing, and updates inside Jira where possible. Jira Cloud Automation already supports incoming webhooks, smart values, and a broad set of triggers/actions, so often you can do more natively than people first expect.
The main pitfalls are usually duplicated logic, unclear ownership of the data, and overly complex mappings between systems.
Whenever troubleshooting starts: check the audit log first.
My rule of thumb:
external tools for integration, Jira Automation for Jira logic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.