Jira Ticket Assigner
ActionsAutomatically adds jira tickets by scanning the branch name and adding them as a comment to the PR
v1.1.4
LatestBy smasala
Tags
(2)Uses the branch name to identify the JIRA ticket and adds a link to the ticket in the PR as a comment.
Filename: .github/workflows/jira_assignment.yml
Example config:
name: 'Jira Ticket Assignment'
on: pull_request
jobs:
add-jira-ticket:
runs-on: ubuntu-latest
steps:
- uses: smasala/jira-ticket-assigner@v1.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
jira-url: https://my.jira-server.com
project-prefix: MYPROJ
Jira Ticket Assigner 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.