Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Version attributes

Kiss Zoltán August 26, 2020

Where can I find the list of attributes what this request gets?
https://.../rest/api/2/project/13301/versions

I've tried to find it, but when I send this request, I get more attributes then the atlassian API documentation contains in the schema.

https://docs.atlassian.com/software/jira/docs/api/REST/8.9.0/#api/2/project-getProjectVersions

{
"id": "https://docs.atlassian.com/jira/REST/schema/list-of-version#",
"title": "List of Version",
"type": "array",
"items": {
"title": "Version",
"type": "object",
"properties": {
"expand": {
"type": "string"
},
"self": {
"type": "string",
"format": "uri"
},
"id": {
"type": "string"
},
"description": {
"type": "string"
},
"name": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"released": {
"type": "boolean"
},
"overdue": {
"type": "boolean"
},
"userStartDate": {
"type": "string"
},
"userReleaseDate": {
"type": "string"
},
"project": {
"type": "string"
},
"projectId": {
"type": "integer"
},
"moveUnfixedIssuesTo": {
"type": "string",
"format": "uri"
},
"operations": {
"type": "array",
"items": {
"title": "Simple Link",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"styleClass": {
"type": "string"
},
"iconClass": {
"type": "string"
},
"label": {
"type": "string"
},
"title": {
"type": "string"
},
"href": {
"type": "string"
},
"weight": {
"type": "integer"
}
},
"additionalProperties": false
}
},
"remotelinks": {
"type": "array",
"items": {
"title": "Remote Entity Link",
"type": "object",
"properties": {
"self": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string"
},
"link": {}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
}

0 answers

Suggest an answer

Log in or Sign up to answer