add_comment
Add a comment to a Jira issue by specifying the issue key and comment text. Works with Jira's REST API to manage issue updates programmatically.
Instructions
Add a comment to an existing issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | Yes | Comment text to add to the issue | |
issue_key | Yes | Issue key (e.g., PRJ-123) | |
working_dir | Yes | Working directory containing .jira-config.json |