cloudbees-days/jira-add-comment
Add comments to Jira issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-url | Jira instance URL (e.g., https://your-domain.atlassian.net) | yes | — |
| jira-username | Jira username or email address | yes | — |
| jira-token | Jira API token | yes | — |
| issue-key | Single issue key to comment on (mutually exclusive with jql) | no | — |
| jql | JQL query to find issues to comment on (mutually exclusive with issue-key) | no | — |
| comment | Comment text to add | yes | — |
| visibility | Comment visibility (public, private, or group/role name) | no | public |
| max-results | Maximum number of issues to comment on when using JQL | no | 50 |
| continue-on-error | Whether to continue commenting on other issues if one fails | no | true |
Outputs
| name | description |
|---|---|
| comment-count | Number of issues that received comments |
| commented-issues | JSON array of issue keys that received comments |