This Pipelines Task adds a comment to a Jira issue.
Prerequisites
This Task requires a Jira integration.
Usage
Basic:
- task: jfrog/jira-comment@v0.1.0 input: issueKey: "TAS-1" jiraIntegrationName: "jira_int" comment: "comment details"
Input Variables
Name | Required | Default | Description |
---|---|---|---|
jiraIntegrationName | true | Name of the Jira integration | |
issueKey | true |
| Current directory of resource |
comment | true |
| Repository name for resolving dependencies |
Output Variables
None
Exported Environment Variables
None
How does it work?
The task uses the Add Comment Jira Rest API to post the comment to the Jira issue.
License
This project is licensed under Apache 2.0 license.