An issue ID with entity property values. See [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/) for more information.
CodeCollaborationPlatformProductivitySoftware Development
Properties
Name
Type
Description
issueID
integer
The ID of the issue.
properties
object
Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/IssueEntityPropertiesForMultiUpdate",
"title": "IssueEntityPropertiesForMultiUpdate",
"additionalProperties": false,
"description": "An issue ID with entity property values. See [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/) for more information.",
"maxProperties": 100,
"minProperties": 1,
"properties": {
"issueID": {
"description": "The ID of the issue.",
"format": "int64",
"type": "integer"
},
"properties": {
"additionalProperties": {
"$ref": "#/components/schemas/JsonNode"
},
"description": "Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.",
"maxProperties": 10,
"minProperties": 1,
"type": "object"
}
},
"type": "object"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.