can you tell me, if that is possible to change the two fields from one version, StartDate and EndDate, with the REST API?
At least in 7.2.15 it is possible with the following PUT request
{
"description": "blablabla",
"name":"REL.1.001",
"releaseDate":"2019-10-17" ,
"startDate": "2019-10-10"
}
REST allows to update version's End Date (release date), but Start Date is not stored along with the standard Jira Version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Therefore it is impossible to change Start Date with REST in version Jira 4.2.4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.