Is it possible to make the Start Date and End Date for an Iteration mandatory?
2 answers
This question does not make any sense at all to me. Please read How should I ask a question in the Forum if I want to receive useful answers? and try to provide a useful question.
Kiran: I modified your question to what I believe you were asking ... please comment or make an additional edit if I got that wrong.
Assuming I got it right (:-), I believe the answer is that there is no out-of-the-box mechanism to make those dates mandatory, but I believe you could write a custom "process save" precondition that scanned all the iterations, and failed the process save if there was an iteration that did not have both a start date and an end date.
Pre-condition implementation experts: Please comment if I got that wrong.