How can i get the the destination issues fixversion in a structure?
E.g: I have Issue-543: Now i want to find in formula column all the issues fixversion and request types, which are cloned by the issue-543.
Source: Issues-543
Cloned by: Issue-xyz
How can i access the Issues-xyz fixversion and request type?
WITH _format(issue) = """[${issue.key}|${issue.url}] ${issue.fixversions}""":
issuelinks
.FILTER($.type = 'Cloners' AND $.destination = this)
.MAP(_format($.source))
The above wiki markup column formula would give you all the issues cloned by the issue alongside their fixversion.
thank you very much, To be honest, I don't unterstand your syntax.
Why are you declaring a variable? Why are """? Why the URL?
I thought i could use your code and change it to solve my exact problem. I couldnt :(
I actually need all Issues which have the below (see picture) link to the destination in the following format:
linktype to destination, destinations issue key, fix version, "request type"
Thank you very much!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.