Issue Summary
When a Release Vehicle's state is changed to "Launched", the "Go Live" field gets populated with a date value. That's the expected behaviour, however, that field seems to be preventing the user to update the state to "Closed" using API 2.0
Steps to Reproduce
- Create a Release Vehicle in Jira Align
- Update the RV's state to "Launched"
- Using API 2.0 patch method, update the Release Vehicles state to closed.
Expected Results
User should be able to update the release vehicles state to closed using API 2.0
Actual Results
An error is thrown:
Cannot update Release Vehicle with id 46. goLiveDate cannot be set when status is set to ( 4 ).
Workaround
Currently there is no known workaround for this behaviour. A workaround will be added here when available