Skip to content

Find Jira issues from commit messages or logs and transition them

Notifications You must be signed in to change notification settings

siddhant792/jira-multiple-ticket-transition

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

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-multiple-ticket-transition

Find Jira issue keys from commit messages in PR and diff in case of Releases

Usage

- name: Jira multiple ticket transitions
  uses: siddhant792/jira-multiple-ticket-transition@main
  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
    is-pull-request: ${{ github.event_name == 'pull_request' }}

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
is-pull-request If true library will read all commits in case of PR

References

About

Find Jira issues from commit messages or logs and transition them

Resources

Stars

Watchers

Forks

Packages

No packages published