Add a comment to an issues
This repo requires build before publishing. Refer to scripts in package.json
For examples on how to use this, check out the gajira-demo repository
Note: this action requires Jira Login Action
To add comment to an issue you need to specify an issue key and a comment as action inputs, like:
- name: Comment on issue
uses: velas/jira-comment@master
with:
issues_keys: 'VLX-2, VLX-4'
comment: ${{ github.event.pusher.name }} pushed to repository: ${{ github.event.repository.full_name }}
- None
issues_keys
- An issue key to add a comment forcomment
- Comment
- None