Hello
I am new to Glide and trying to build a lightweight task manager app. One feature I am stuck on is how to send updates from Glide to external project tracking tools like Trello or Jira when a task status changes in Glide.
Ideally; I would like to avoid using Zapier or make. com for everything due to limits. Is there a native / low-code workaround anyone has used effectively?
What I am hoping to do is track when a user updates a task status (e.g., “In Progress” → “Done”) and then reflect that in a Jira board or at least trigger a webhook or external call. I have tried the webhook action block but I’m unclear how to structure the data Glide sends & whether Jira accepts it directly. Also wondering if Glide Tables support storing external IDs cleanly for syncing. Checked https://www.glideapps.com/docs/webhook guide related to this .
While looking into project tools; I came across someone asking what is jira, and I realized Glide might be capable of mimicking some of its lightweight task-tracking features!
Would love ideas or examples if anyone’s tried this integration path.
Thank you !!