I am looking to evaluate a condition checking the labels value.
The Jira Expression documentation doesn’t contain any information for the labels.
https://developer.atlassian.com/cloud/jira/platform/jira-expressions-type-reference/#issue
However, I am able to evaluate the summary field as:
{
"condition": "jira_expression",
"params": {
"expression": "issue.summary.includes('sample')"
}
}
Is there any way I can check for a particular label value and evaluate the web-item condition as true ?