Hi,
I have a database in Jove.
I am hoping to use SQL to get outputs and then use this outputs to trigger generating JIRA tickets in JIRA cloud.
For example,
My SQL will get the data for anything with a “FAIL” results, and based on these result I want to generate JIRA ticket.
SQL query could be:
Select A,B,C
from <my tab>
Where result =’FAIL’
Is this something achievable in Zapier to use SQL query database as the trigger?
Or any workaround I can use to achieve the same result?
Thank you