Hello Everyone,
I want to create a servlet kind of module in Jira cloud which I can call from my HTML/hbs files
adding the below module in app descriptor without location but it’s adding module icon in system.top.navigation.bar location.
"generalPages":
[
{
"url": "/my-general-page",
"name":
{
"value": "My General Page"
},
"key": "my-general-page"
}
]
I am doing something wrong here please give some idea how can i do this.
Regards,
Sarika Dalal