Jira_xray MCP Tools

Total Tools: 10

Available Tools

Tool NameDescriptionCategory
jira_xray_create_preconditionCreate a Precondition issue in Xray with optional steps (converted to definition). Returns the created ticket key.xray_management
jira_xray_search_ticketsSearch for Jira tickets using JQL query and enrich Test/Precondition issues with X-ray test steps and preconditions. Returns list of tickets with X-ray data.search
jira_xray_get_test_detailsGet test details including steps and preconditions using X-ray GraphQL API. Returns JSONObject with test details.test_retrieval
jira_xray_get_test_stepsGet test steps for a test issue using X-ray GraphQL API. Returns JSONArray of test steps.test_retrieval
jira_xray_get_preconditionsGet preconditions for a test issue using X-ray GraphQL API. Returns JSONArray of precondition objects.test_retrieval
jira_xray_get_precondition_detailsGet Precondition details including definition using X-ray GraphQL API. Returns JSONObject with precondition details.test_retrieval
jira_xray_add_test_stepAdd a single test step to a test issue using X-ray GraphQL API. Returns JSONObject with created step details.test_management
jira_xray_add_test_stepsAdd multiple test steps to a test issue using X-ray GraphQL API. Returns JSONArray of created step objects.test_management
jira_xray_add_precondition_to_testAdd a single precondition to a test issue using X-ray GraphQL API. Returns JSONObject with result.test_management
jira_xray_add_preconditions_to_testAdd multiple preconditions to a test issue using X-ray GraphQL API. Returns JSONArray of results.test_management