ObjectAttributes
List all attributes for the given object.
Select
The component uses the Jira Assets API to process the request. The rest of the filter is executed client-side within the component. The following filters are processed server-side, and are required:
- ObjectId supports the following operators: =, IN
SELECT * FROM ObjectAttributes WHERE ObjectId = 123 SELECT * FROM ObjectAttributes WHERE ObjectId IN (123, 1234)
Columns
Name | Type | Description |
ObjectId [KEY] | String | The ObjectId filter of the ObjectAttributes. |
Id [KEY] | String | The Id of the ObjectAttributes. |
WorkspaceId | String | The WorkspaceId of the ObjectAttributes. |
GlobalId | String | The GlobalId of the ObjectAttributes. |
ObjectTypeAttributeAggr | String | The definition of the attribute that is associated with an object type. |
objectTypeAttributeId | String | The objectTypeAttributeId of the ObjectAttributes. |
objectAttributeValuesAggr | String | The actual values of the object attribute. The size of the values array is determined by the cardinality constraints on the object type attribute as well as how many values are associated with the object attribute. |