Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Find Jira issues from commit messages in pull requests and transition them

License

Notifications You must be signed in to change notification settings

superpeer/chopper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Issue Transition Action

Find Jira issue keys from commit messages in pull requests and transition them

Usage

- name: Jira find and transition issues
  uses: superpeer/jira-issue-transition-action
  with:
    jira-base-url: https://<yourdomain>.atlassian.net
    jira-user-email: human@example.com
    jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
    github-token: ${{ secrets.GITHUB_TOKEN }}
    target-status: In Progress
    issue-prefixes: BB, P1
    ignore-statuses: Done, QA

Inputs

Name Description Required
jira-base-url URL of Jira instance
jira-api-token Access Token for Authorization
jira-user-email Email of the user for which Access Token was created for
github-token Your everyday GitHub token
issue-prefixes Comma separated list of the prefixes to scan
target-status To which status the issues found in the pull request should transition to
ignore-statuses Comma separated list of statuses to ignore

References

About

Find Jira issues from commit messages in pull requests and transition them

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%