I need to make an if condition, where i look if the sources label contains ("Conception").
I cant access it though.
WITH _format(issue) = """ Wird im ${issue.fixversion} [${issue.key}|${issue.url}] ${issue.fixversions} r""":
if is_empty(issuelinks
.FILTER($.type = 'Implements' AND $.destination = this)
.MAP(_format($.source))) //&& sources.label.contains("Conception"):
issuelinks
.FILTER($.type = 'Implements' AND $.destination = this)
.MAP(_format($.source))
How can i write the underlined text correct and get it in the if condition?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.