Skip to content

Link GitHub pull requests with its associated Jira task.

Notifications You must be signed in to change notification settings

neuodev/jira-ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Ticket

Link GitHub pull requests with its associated Jira task.

How it works

The web server exposes a single endpoint /api/v1/pull/:pullId that accepts the pull request Id (Normally will be from the CI/CD) and will do the following.

  1. The script will make sure the branch name is following the branch naming convention <tag>/<jira-ticket-id>/<short-summary>. If the branch doesn't follow the conditions, a comment similar to the one below will be made.

    Invalid Branch Name

  2. f the branch name is valid a comment will be made with the associated Jira ticket.

    Jira task comment

About

Link GitHub pull requests with its associated Jira task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published