A list of issues and their respective properties to set or update. See [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/) for more information.
CodeCollaborationPlatformProductivitySoftware Development
Properties
Name
Type
Description
issues
array
A list of issue IDs and their respective properties.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MultiIssueEntityProperties",
"title": "MultiIssueEntityProperties",
"additionalProperties": false,
"description": "A list of issues and their respective properties to set or update. See [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/) for more information.",
"properties": {
"issues": {
"description": "A list of issue IDs and their respective properties.",
"items": {
"$ref": "#/components/schemas/IssueEntityPropertiesForMultiUpdate"
},
"maxProperties": 100,
"minProperties": 1,
"type": "array"
}
},
"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.