Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Formula doesnt work in Structure in JIRA

Sanjivani Wayal
Contributor
March 3, 2023

i want that if value of originalestimate is empty display presale estimate and if its not empty display original estimate iam using 

if(OriginalEstimate != 'Empty'; OriginalEstimate;presaleestimate)

 

it gives me value of original estimate when its not empty but it is not giving me value of presale estimate when originalestimate is empty how can i do so

1 answer

1 accepted

0 votes
Answer accepted
David Niro
Atlassian Partner
March 6, 2023

Hello @Sanjivani Wayal ,

This is due to how Structure's formula language considers the value of Original Estimate if it is not defined.

Please try this modification to your formula:

IF OriginalEstimate != undefined:
OriginalEstimate
ELSE:
PresalesEstimate

Let me know if it helps!

Best,
David

Sanjivani Wayal
Contributor
March 8, 2023

IF originalestimate :
(originalestimate)
Else :
(presaleestimate)

 

This worked for me

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events