Hi,
I want to build a automation, so that when I update a version release date, the upcoming versions gets updated to have subsequent start and release dates moved.
For ex-
If I have 3 versions-
Version 1 - StartDate-1Dec, ReleaseDate-2Dec
Version 2 - StartDate-3Dec, ReleaseDate-4Dec
Version 3 - StartDate-5Dec, ReleaseDate-6Dec
and for some reason if Version 1 is delayed and it's release date is updated to 3Dec, following version dates should update automatically.
So it should now look like-
Version 1 - StartDate-1Dec, ReleaseDate-3Dec
Version 2 - StartDate-4Dec, ReleaseDate-5Dec
Version 3 - StartDate-6Dec, ReleaseDate-7Dec
Currently I am trying "Automation for Jira" and I can See that in Project automations there is option for trigger as "When: Version Updated" but Actions only contains options to create new version or release and unrelease versions, There is no option to perform Version update Action.
Let me know if there is any solution available.