Is there a documentation or a tutorial for How to develop a Gadget for JIRA Cloud instance

Hello community ,
I’m a bit familiar with Atlassian connect app using a framework , now i’m trying to develop Gadget for my jira cloud instance , i found this example : Bitbucket but when i run it , i found those errors

Uncaught ReferenceError: AP is not defined


so i m wondring if there is a documentation or a tutorial to follow like this one : Build a Jira app using a framework
thank you

Hi @hamzabouallegue,
if you didn’t done it, try add atlassian all.js in your html. Then the AP is not defined should disappear with the line bewol.
Try add this line in your tag:

script src=“https://connect-cdn.atl-paas.net/all.js”>

Regards

1 Like

it works as expected , thank you