Both Calculated and Manual Value
Accepted answer
Hello,
I assume that your issue is that manually entered due dates are overridden by calculated value after saving the work item, right?
If this is the case, a possible un-tested workaround could be to:
- make the due date read-only and use the calculated value
- a new boolean "Override" attribute - default is false (not selected)
- add presentation for this presentation
- modify your script so that value is calculated only if Override is false
Eric
Comments
Donald Nong
Aug 19 '14, 2:12 a.m.Can you use the calculated value as the default value and allow the attribute to be modified?
Kurtulus YILDIRIM
Aug 19 '14, 10:54 a.m.I tried it but it didn't work.