Skip to content

Automatically assign Jira ticket urls to PRs

License

Notifications You must be signed in to change notification settings

enercity/jira-ticket-assigner

 
 

Repository files navigation

Uses the branch name to identify the JIRA ticket and adds a link to the ticket in the PR as a comment.

Configuration

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/[email protected]
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          jira-url: https://my.jira-server.com
          project-prefix: MYPROJ

About

Automatically assign Jira ticket urls to PRs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.0%
  • JavaScript 11.0%