I would like to create a Generic Application Link (outgoing) in Jira in order to authenticate against the Microsoft Identity Platform (via an OAuth 2.0 client credentials grant - two-legged OAuth- flow).
I want to use the authenticated application link in a scriptrunner script for a Post request. (ApplicationLink.createAuthenticatedRequestFactory()
.
However I cannot manage to setup the Generic Application Link in the first place.
Has anyone successfully created a generic applicationlink against the Microsoft AzureAD?