Skip to content
This repository has been archived by the owner on Jan 24, 2022. 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

bloobirds-it/action-transition-multiple-jira-issues

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-transition-multiple-jira-issues

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

Usage

- name: Jira find and transition issues
  uses: bloobirds-it/action-transition-multiple-jira-issues@v1.1.0
  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%