Skip to content

A GitHub Action that takes a GitHub push event, parses the commits and sends them to Jira one by one.

License

Notifications You must be signed in to change notification settings

worksome/send-commits-to-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send commits to Jira

A GitHub Action that takes a GitHub push event, parses the commits and sends them to Jira one by one.

Usage

- uses: worksome/send-commits-to-jira@v5
  with:
    commits: ${{ toJson(github.event.commits.*.message) }}
    jira-webhook: https://automation.atlassian.com/pro/hooks/token

License

The scripts and documentation in this project are released under the MIT License

About

A GitHub Action that takes a GitHub push event, parses the commits and sends them to Jira one by one.

Resources

License

Stars

Watchers

Forks

Packages

No packages published