Hey, all, how you doin?
I have a question to ask if someone can help. I’m tryna disable the right sidebar web-panels (dates, people, etc) based on certain parameters. I tracked these web-panels to the jira-issue-view-plugin, which all have a condition class of their own, which if I could somehow hook into to add a condition parameter of my own.
I’m tryna do this as a plugin, so far, I’ve managed to get the web-panel module of the plugin using PluginAccessor, and used PluginController to disable it, however, that happens to be global.
The ModuleDescriptor that I can get seems to be implementing several XYModuleDescriptor of which several have the Condition class, but don’t seem to have a getter.
I can use Javascript, but yeah … I tried it and what I get is a flicker on these webpanels whenever something reloads on the page.