Templates
This is an experimental API. Returns a list of templates.
Select
The driver uses the Jira Assets API to process the request. The rest of the filter is executed client-side within the driver.SELECT * FROM Templates WHERE TemplateId = '123' SELECT * FROM Templates WHERE TemplateId IN ('123', '1234')
Columns
Name | Type | Description |
TemplateId [KEY] | String | The TemplateId of the Templates. |
UI | String | The UI Aggregated definition of the Templates. |
Operations | String | The Operations Aggregated definition of the Templates. |