Hi,
I'm building a workflow validator, and I have a requirement to check if an issue's label is X.
I noticed that "issue.labels" aren't present on Jira Expression, so I'm trying to figure out how to write my validator.
Is there a way check "issue.labels" on a workflow validator?
______
As a work around, I'm going to use a custom field instead of a label, so I can access it in the workflow validator. But as we are migrating from another tool, would be nice if we could keep this feature of validating issue labels on workflow transition.