I added the following code to atlassian-connect.json file.
But the web-item doesn't show up. Any idea what am I missing?
I followed the documentation on https://developer.atlassian.com/static/connect/docs/modules/confluence/web-item.html
& also went over https://bitbucket.org/atlassianlabs/atlassian-connect-jira-example, but found nothing extra than I have right now for adding a web item.
"modules": { "webItems": [ { "name": { "value": "TestWebItem" }, "url": "/hello-world", "location": "operations-attachments", "weight": "1", "key": "hello-world" }] }
Recreated a new instance and tried the same. It worked. May be i had some environment issues.
Add context e.g "context": "addon" and change the weight to something else e.g. 130. It should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.