manage_jira_insight_schema
Perform CRUD operations on Jira Insights object schemas, including get, list, create, update, and delete, to manage asset schema configurations efficiently. Supports optional fields for enhanced responses.
Instructions
Manage Jira Insights object schemas with CRUD operations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Description of the schema. Optional for create/update. | |
expand | No | Optional fields to include in the response | |
maxResults | No | Maximum number of schemas to return. Used for list operation. Can also use snake_case "max_results". | |
name | No | Name of the schema. Required for create operation, optional for update. | |
operation | Yes | Operation to perform on the schema | |
schemaId | No | The ID of the schema. Required for get, update, and delete operations. Can also use snake_case "schema_id". | |
startAt | No | Index of the first schema to return (0-based). Used for list operation. Can also use snake_case "start_at". |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Jira Insights MCP
Related Tools
- @aaronsb/jira-insights-mcp
- @aaronsb/jira-insights-mcp
- @1broseidon/mcp-jira-server
- @CamdenClark/jira-mcp
- @George5562/Jira-MCP-Server