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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.