So I have used Difference function to find value between 2 dates. Now in order to do error handling, if in case one of the date is missing, it starts throwing out.
{{#=}}ROUND ((({{QA Ready - Planned.diff(QA Ready - Actual).days}} / {{Implementation Start.diff(QA Ready - Planned).days}}) * 100), 2){{/}} %
I have been able to use generally as :
{{QA Actual Effort - till CQA}}{{^QA Actual Effort - till CQA}}0{{/}}
but unable to understand how to use along with difference function
{{#=}}ROUND ((({{QA Ready - Planned.diff(QA Ready - Actual).days}} / {{Implementation Start.diff(QA Ready - Planned).days}}) * 100), 2){{/}} %
Please suggest
I had a similar issue with numeric values, and because smart values cannot be nested the default value feature didn't support also working with functions (such as diff).
The only work-around I found was to use IF conditions prior to my math, ensuring that all values were available or initialized prior to use.
Best regards,
Bill
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.