Validating Scheduled finish date against Iteration End Date
Is it possible to set up a javascript work item customisation to run a validation against an iteration end date e.g.:
if scheduled finish date > Iteration End Date then Warning
Its possible to get the Planned for Attribute which returns the Iteration name but how do you get hold of the iteration start and end dates?
if scheduled finish date > Iteration End Date then Warning
Its possible to get the Planned for Attribute which returns the Iteration name but how do you get hold of the iteration start and end dates?
One answer
Hi,
I know that it is possible to calculate with dates in JavaScript in 3.0.1.1. However, the API is still very limited, so I am not confident you can get to the end of iteration date using the planned for attribute. I would be very interested in an answer. https://jazz.net/wiki/bin/view/Main/AttributeCustomization says there are restrictions on items returned.
I know that it is possible to calculate with dates in JavaScript in 3.0.1.1. However, the API is still very limited, so I am not confident you can get to the end of iteration date using the planned for attribute. I would be very interested in an answer. https://jazz.net/wiki/bin/view/Main/AttributeCustomization says there are restrictions on items returned.