Can't make my plugin to work in Jira 10

Managed to solve this.

seems like <condition> still works inside <web-resource>
the problem was in the class, instead of using extends AbstractWebCondition
I changed to implements UrlReadingCondition and now everything works :slight_smile: