I am adding a webresource which should be loaded in Search Issue Page of JIRA but not in IE browser.
So I have added the param IEOnly <param name="ieonly" value="false"/>
but the context jira.view.issue is overriding it and the resource is getting downloaded in IE too.
Tried adding conditional class instead of param ieonly. That too is getting overridden by the context.
How can we prevent this and load a web resource in Search Issue Page and not in IE ?