Hello Everyone! I am hoping someone with experience might be able to assist with an issue we are running into with setting up a Jira Integration.
We need Ironclad Workflows to be generated from Jira, and when finished send back completion info.
I am referencing the following document but it is outdated as standard API Keys are being deprecated in favor of OAuth 2.0. https://developer.ironcladapp.com/docs/jira-software-cloud-jira-automation
What I am running into with OAuth 2.0 however is that we cannot use the client credential and secret to authenticate a request via a web-hook. Instead we have to run a separate Token Request. The problem here being that the token is ephemeral and not accessible in another jira automation web-hook request.
I for the life of me can't find documentation or guidance on submitting both a Token request, and the Workflow create request in a single web-hook. Has anyone found a solution for this?