I am working on creating a new JiraProjectPage which should be be displayed only on a particular project’s left navigation.
Below is my app-descriptor. The problem is that the link does not display for the right project if I enable the conditions. If I remove the conditions then I am able to view the link correctly
Does this only happen with jiraProjectPages module? In order to check what the value is of the said entity property, what does the call to /rest/api/2/project/LVCON/properties/key return?
I tried it out with this condition to verify if jiraProjectPages module’s conditions property is being respected and so far it works as expected - the project page link appeared in the sidebar for logged-in users inside projects that are not service desks.
It is meant to hide a sidebar item if the entity property is set to true, otherwise (false or not set) the item should be shown. The problem is with hiding the item. On some pages (e.g. issue page), even though the entity property is true, the sidebar item shows.