How to set my plugin gneral pages location in new ui of jira

Sachin Sharma February 13, 2018

I am developing a plugin for jira cloud instance. in my app descriptor i am specifying the location for my general page as 

 

"generalPages": [ {

"url": "/helloworld.html",

"key": "hello-world",

"location": "system.top.navigation.bar",

"name": { "value": "Greeting" } }

]

 

i am successfully able to install my add on but i do not see my plugin any where in my jira account.

0 answers

Suggest an answer

Log in or Sign up to answer