create_checklist_from_template_jwt
Create a checklist from an IT Glue template using JWT authentication when API key auth is unsupported. Provide organization ID and template ID; optionally set name, due date, or assignee.
Instructions
Create a checklist from a template using JWT authentication.
This tool uses JWT authentication (captured from browser session) instead of API key authentication. This is REQUIRED for checklist creation because IT Glue's API key auth doesn't support it.
If no valid JWT token is cached, this will open a browser window for SAML authentication.
Args: organization_id: Organization ID checklist_template_id: Template ID to create from name: Optional custom name (uses template name if not provided) due_date: Due date in ISO format (YYYY-MM-DD) assignee_id: User ID to assign the checklist to
Returns: JSON string with the created checklist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| due_date | No | ||
| assignee_id | No | ||
| organization_id | Yes | ||
| checklist_template_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |