I am trying to create ticket in freshdesk whenever I update a jira ticket. I setup a webhook for jira and calling freshdesk API to add ticket there.
my problem is when I update ticket it jira it'd triggering my webhook and create a ticket in freshdesk but freshdesk again posting it back to jira and it's working like an infinitloop.
any idea how i can fix this?