Ticket Integration API
Template Management
Create a Template
{
"name": "template-1",
"description": "Template for new feature stories",
"type": "JIRA",
"props": {
"jira_project_id": "10000",
"jira_issue_type_id": "10001",
"custom_fields": {
"summary": "template desc"
}
}
}Jira Prop Fields
Update a Template
Get a Specific Template
Get All Templates
Last updated