Hello,
I want to conditionally hide a web item in the location “jira.project.sidebar.navigation” for a JSM project when it is not included in my site. I use the condition
{
"condition": "addon_property_contains_context",
"params": {
"entity": "addon",
"propertyKey": "included-service-desks",
"objectName": "ids",
"contextParameter": "project.id"
}
}
And in the app, the “propertyKey” is set via the API “PUT /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}“.
I’ve checked that the property is set in Atlassian via “GET /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}”.
I don’t see the webitem at all in any case. Does someone know what am I doing wrong?
Thanks,
Karthikeyan.
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.