Authentication
Connections
Data Masking Rules
AWS
Guard Rails
Server Management
Jira
Organization Management
Plugins
Reports
User Management
Sessions
Session
Jira
Get Asset Objects
Get objects from the Jira Service Management (JSM) Assets API
GET
/
integrations
/
jira
/
assets
/
objects
Copy
Ask AI
curl --request GET \
--url https://use.hoop.dev/api/integrations/jira/assets/objects
Copy
Ask AI
{
"has_next_page": true,
"total": 22,
"values": [
{
"id": "c1ee84ab-76c8-40d9-a956-13a705d4e605:11013",
"name": "mycomputer-asset"
}
]
}
Query Parameters
The Jira object type to filter values for
The Jira object schema id to fetch values for
Specify a name to filter
Response
200
application/json
OK
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://use.hoop.dev/api/integrations/jira/assets/objects
Copy
Ask AI
{
"has_next_page": true,
"total": 22,
"values": [
{
"id": "c1ee84ab-76c8-40d9-a956-13a705d4e605:11013",
"name": "mycomputer-asset"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.