Skip to content

JIRA Link Issue

Actions
Link JIRA issues as a comment
v1.1.2
Latest
Star (4)

jira-link-issue-action MIT License codecov

GitHub action for linking JIRA issues as a comment.

Usage

name: Try GitHub Action

on:
  pull_request:
    types: [opened]

jobs:
  link-jira-issue:
    name: Link Jira Issue
    runs-on: ubuntu-latest
    steps:
      - name: Link Jira Issue
        uses: john-d-pelingo/jira-link-issue-action@v1
        with:
          atlassian-domain: 'https://johndpelingo.atlassian.net'
          board-name: 'MEME'
          github-token: ${{ secrets.GITHUB_TOKEN }}

Inputs

Name Type Required? Description
atlassian-domain string yes The domain of your Atlassian app
board-name string yes The JIRA board name
github-token string yes The GitHub token for API access

Notes

  • This action works with pull requests only as it requires the branch name to determine the issue ID.

License

MIT © John Darryl Pelingo

JIRA Link Issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Link JIRA issues as a comment
v1.1.2
Latest

JIRA Link Issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.