Current implementation
if(IF (JQL{summary ~ "Mango"}, Mango) , "Mango") or
if(IF (JQL{summary ~ "Apple"}, Apple) , "Apple") or
if(IF (JQL{summary ~ "Orange"}, Orange) , "Orange") or
if(IF (JQL{summary ~ "Cherry"}, Cherry) , "Cherry")
Proposed solution
MAP(ARRAY("Mango", "Apple", "Orange", "Cherry"), (keyword -> IF (JQL{summary ~ keyword}, keyword) )
I followed this article for my current implementation
Hello @soduor
The Formula column and Structure's functionality in general evolved since the post you mentioned, so there might be a different solution available for your use-case. But we would need more details about your setup and goals to be able to advice anything in particular. If you need assistance, please reach out to us directly at our portal: https://tempo-io.atlassian.net/servicedesk/customer/portal/6/group/1051 and we'll get back to you shortly.
Best regards,
Stepan Kholodov
Tempo
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.