function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rahul JagtapRahul Jagtap 

Agile Accelerator-You can not change the end date after the sprint has started.

Hi,

I am tring to update "end date" for current sprint, but its giving me following error message.
FIELD_CUSTOM_VALIDATION_EXCEPTION

[object Object]: You can not change the end date after the sprint has started.

Can someone hep me out, how to change this?

Thanks in advance.

 
Rahul JagtapRahul Jagtap
I tried to update from backend , using query to 'agf__ADM_Sprint__c' table, still its not working. 
Ch. Szandor KnappCh. Szandor Knapp
Editing end/startdate of a current sprint is possible with a little patience
  1. Clone Sprint, save under different name
  2. Edit Start / End Dates as you need
  3. Move all work items to cloned sprint
  4. delete old sprint
  5. rename cloned sprint to old sprint name