post_jira_comment
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
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"
}
}
}Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries