I created a Calculated Field to show me the "true" Planned Completion
Date. It looks to see if the issue is resolved by a project/task/other
issue, and then populates it with the resolving object's [Planned
Completion Date]. It's got limited use, but it could probably be used in
a report?I made this for Issue custom forms, but I think it'd work for
the other object types too.IF(isblank(Resolving Object Type),Planned
Completion Date,if(Resolving Object Type = "PROJ",Resolve
Project.Planned Comple...