Can someone here offer a formula which would help me show on a Structure board if a given issue has a specific link-type?
In other words, if I'm looking a bunch of issues, can I add a Formula column to show which ones have a "resolves" link-type to another issue? Would this formula be any different if I was trying to make a transformation to filter the board?
Thanks.
Hello @Dan Giordano
You can use a formula like this:
issuelinks.filter($.type = "link type name").map(if $.source = this: $.destination else: $.source)
The formula will return issue keys of linked issues with a particular link type, if there is any.
The formula can be used both to show results in a column and to be used in the Attribute filter.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.