Create Version
POST {{baseUrl}}/rest/api/3/version
Creates a project version.
This operation can be accessed anonymously.
Permissions required: Administer Jira global permission or Administer Projects project permission for the project the version is added to.
Request Body
{"expand"=>"<string>", "description"=>"<string>", "name"=>"<string>", "archived"=>"<boolean>", "released"=>"<boolean>", "startDate"=>"<date>", "releaseDate"=>"<date>", "project"=>"<string>", "projectId"=>"<long>", "moveUnfixedIssuesTo"=>"<uri>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"self":"https://your-domain.atlassian.net/rest/api/3/version/10000","id":"10000","description":"An excellent version","name":"New Version 1","archived":false,"released":true,"releaseDate":"2010-07-06","userReleaseDate":"6/Jul/2010","project":"PXA","projectId":10000}