Hi All,
I followed all steps in below article to implement connect.
once page is loaded. I could not able to find AP.jira.initJQLEditor(); once page is loaded.
Please let me know procedure to get JQL editor in my page.
Thanks,
Naveen
Hi All,
I followed all steps in below article to implement connect.
once page is loaded. I could not able to find AP.jira.initJQLEditor(); once page is loaded.
Please let me know procedure to get JQL editor in my page.
Thanks,
Naveen
Hi @Naveen ,
Welcome to the Atlassian Developer Community. Could you please clarify the following:
once page is loaded. I could not able to find AP.jira.initJQLEditor(); once page is loaded.
Regards,
Dugald
In case this helps, AP.jira.initJQLEditor()
is a Javascript API that can be invoked from an app iframe, but your iframe will first need to load a script called all.js
as per https://developer.atlassian.com/cloud/jira/platform/about-the-connect-javascript-api/.
Hi dmorrow,
Above image shows my app. In console I am unable to find AP.jira.initJQLEditor(); object.
Thanks,
Naveen
Hi Dmorrow,
I can get JQL Editor in plugin.
But it is opening as dialogue. Can it be part of my page instead of dialogue.
Thanks,
Naveen