Add a comment to an issue
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 in action args, like:
"Hello from GitHub actions" --issue=INC-2
You can interpolate fields from GitHub event which triggered the workflow into a comment body. For example, you can specify pusher name in comment body by including event.pusher.name
field from push event:
"{{ event.pusher.name }} pushed to repository: {{ event.repository.full_name }}"
Which will result in comment:
Codertocat pushed to repository: Codertocat/Hello-World
- None
--issue
- An issue key to add a comment for
issue
- None