Hi Community,
I'm trying to build a Jira Service Desk to get details from work order. At the moment, I'm playing around with Jira since we don't have access to Service Desk yet. After following the documentation, I successfully created and installed one app. However, I'm struggling with the authentification: "You implement an installation callback endpoint, and add a reference to it in the app descriptor"(https://developer.atlassian.com/cloud/jira/platform/authentication-for-apps/ )
I believe I properly added the reference in the app descriptor: "lifecycle": { "installed": "/installed", "uninstalled": "/uninstalled"}. I'm not sure what I'm supposed to do on /installed? How am I supposed to get the shared secret in the callback? Right now, I simply create a HTML page at ./installed/index.html. I don't have a nodejs app running or a Webhook set-up. What is the next step for me?
Thanks,
Ugo