I have numerical fields and a checkbox (Boolean?) field.
I'm trying to make a custom expression field that will write a number if the checkbox is clicked, else do a formula with the numerical fields.
for example:
IF(checkbox, 100, {Impact} * 0.7 + ({Effort} * 0.3)
How can I do it?
working in Jira Product Discovery