Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Adds comment to a Jira issue.

- name: Add comment to a Jira issue
  uses: shapehq/actions/jira-comment@v1
  with:
    message: This issue is included in *Solar* v. ${{ inputs.marketing_version }} (${{ github.run_number }}) available on Shipshape.
    issues: ${{ steps.changelog.outputs.issues }}
    jira-base-url: https://shapedk.atlassian.net
    jira-user-email: ci@shape.dk
    op-jira-api-token-reference: op://My Vault/Shape CI Bot API Token for Jira credentials