Jira
Get Object Type Values for Issue Template
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Jira
Get Object Type Values for Issue Template
Get values for a specific Jira object type in an Issue Template
GET
/
integrations
/
jira
/
issuetemplates
/
{id}
/
objects
curl --request GET \
--url https://use.hoop.dev/api/integrations/jira/issuetemplates/{id}/objects
{}
Path Parameters
The id of the template
Query Parameters
The Jira object type to fetch values for
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://use.hoop.dev/api/integrations/jira/issuetemplates/{id}/objects
{}