I would like to use a different formula to calculate the start date depending on the issue type.
- Tasks have a start depending on a formula (I got that)
- Milestones (custom issue type) have the due date as a start
I thought I could use the formula if(type="Milestone";duedate;FORMULA), but that does not work. I think I haven't quite figured out this EXPR formula syntax yet.
Any advice would be appreciated!