Jira Insights
Summary
Jira Insights MCP provides tools for managing Jira Insights (JSM) asset schemas through the Model Context Protocol. Built by aaronsb, it enables CRUD operations on object schemas, object types, and objects in Jira Insights, with support for AQL (Atlassian Query Language) queries. The implementation is containerized with Docker for easy deployment and requires Jira API credentials for authentication. This server is particularly valuable for teams that need to programmatically manage their Jira Insights assets without leaving the conversation interface, streamlining workflows for IT asset management and configuration tracking.
Available Actions(3)
manage_jira_insight_schema
Manage Jira Insights object schemas with CRUD operations. Parameters: operation (string, e.g., 'list'), maxResults (integer, optional, default is 10)
manage_jira_insight_object_type
Manage Jira Insights object types with CRUD operations. Parameters: operation (string, e.g., 'list'), schemaId (string, required), maxResults (integer, optional, default is 20)
manage_jira_insight_object
Manage Jira Insights objects with CRUD operations and AQL queries. Parameters: operation (string, e.g., 'query'), aql (string, required), maxResults (integer, optional, default is 10)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください