Hi there,
I'm trying to create a calculation based on a field (Effort Size) and a set of labels. The set of labels is used to identify translation needs and determines a translation size based on the original Effort Size. The table below shows how they equate.
I'm trying something like the following (which I'd replicate for each Effort Size), but I know this isn't efficient nor correct as there could be a time where both French and Spanish translations are needed, for example. Essentially, I want them to be modifiers, but each modifier is different.
with doc_translation_calc = IF (
issuetype = "Initiative" AND Effort_Size = "X-Small”;
if CONTAINS(labels,”doc”): doc_translation_calc + 1.5
else if CONTAINS(labels,”translation-spanish”): doc_translation_calc + 1
else if CONTAINS(labels,”translation-french-fr”): doc_translation_calc + 0.4
else if CONTAINS(labels,”translation-french-ca”): doc_translation_calc + 0.4
else if CONTAINS(labels,”translation-english-gb”): doc_translation_calc + 0.19
else if CONTAINS(labels,”translation-english-au”): doc_translation_calc + 0.19
else if CONTAINS(labels,”translation-arabic”): doc_translation_calc + 1)
I'm hitting a wall here and would love a second set of eyes. Thanks so much!!!
Hello @Emily Urbanski
We'll be glad to help you with the formula but we'd need more details about your setup and your goal. Please submit a support request at our portal: https://tempo-io.atlassian.net/servicedesk/customer/portal/6/group/1051 and we'll get back to you shortly there.
Best regards,
Stepan Kholodov
Tempo
Ah, the requestor for this equation actually wanted them in separate columns, so I was able to do that pretty easily. I will mark this as answered for now. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.