Skip to content

[internal] DEBUG JIRA COMMENT ISSUE #2

[internal] DEBUG JIRA COMMENT ISSUE

[internal] DEBUG JIRA COMMENT ISSUE #2

Workflow file for this run

on:
push:
jobs:
jira-comments-test:
name: Comment on new pull request
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Build Comment
run: |-
echo "{'JTST-91': 'test comment'}" > jira_comment.json
- name: Post Comment
uses: ./actions/jira-comment
with:
comment_file: jira_comment.json
user: ${{ secrets.JIRA_USER }}
password: ${{ secrets.JIRA_PASSWORD }}
url: ${{ secrets.JIRA_URL }}