rest api :change startdate and enddate

rayane maqboul March 29, 2012

can you tell me, if that is possible to change the two fields from one version, StartDate and EndDate, with the REST API?

2 answers

0 votes
nmaqsudov October 18, 2019

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"
}

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 30, 2012

REST allows to update version's End Date (release date), but Start Date is not stored along with the standard Jira Version.

rayane maqboul April 9, 2012

Therefore it is impossible to change Start Date with REST in version Jira 4.2.4

Suggest an answer

Log in or Sign up to answer