If I retrieve a rule with
Rule rule = ruleFinder.findByKey(issue.ruleKey());
Then both getTags
and getSystemTags
returns empty arrays in all circumstances.
Is there a way to work round this bug and read tags in a server side component?
If I retrieve a rule with
Rule rule = ruleFinder.findByKey(issue.ruleKey());
Then both getTags
and getSystemTags
returns empty arrays in all circumstances.
Is there a way to work round this bug and read tags in a server side component?