You're viewing a demo portfolio

Join the waitlist
PRSM

post_jira_comment

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

Post the output of jira_to_test_suite as a formatted comment on the source Jira ticket. Converts Gherkin, E2E steps, API tests, and ambiguities into Atlassian Document Format (ADF). STATEFUL — creates a comment on the issue.

Parameters schema

{
  "type": "object",
  "required": [
    "issue_key",
    "jira_base_url",
    "jira_email",
    "jira_token",
    "test_suite"
  ],
  "properties": {
    "issue_key": {
      "type": "string",
      "description": "Jira issue key, e.g. \"PROJ-123\""
    },
    "jira_email": {
      "type": "string",
      "description": "Atlassian account email"
    },
    "jira_token": {
      "type": "string",
      "description": "Atlassian API token"
    },
    "test_suite": {
      "type": "object",
      "description": "The test_suite object from jira_to_test_suite result",
      "additionalProperties": true
    },
    "jira_base_url": {
      "type": "string",
      "description": "Atlassian base URL"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →