gajira-comment icon indicating copy to clipboard operation
gajira-comment copied to clipboard

Results 14 gajira-comment issues
Sort by recently updated
recently updated
newest added

Hi, It would be awesome to allow JIRA comment to configure whether to duplicate a comment. We are using this action to comment on a JIRA issue with the deployment...

Like we use github.event.compare can we use github.event.actions?

Indentation for the example corrected

Hi, I trying to use this action. Here my setup ``` - name: Login uses: atlassian/gajira-login@master env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} -...