Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira API - Callback for Connect apps

Ugo Le Prudhomme
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 3, 2019

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

 

0 answers

Suggest an answer

Log in or Sign up to answer