Skip to content

chontawee/gj-find-transition-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

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Jira find and transition issues

Find issue keys from commit messages and transition them to status which you want

Usage

- name: Jira find and transition issues
  uses: chontawee/[email protected]
  env:
    JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
    JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
    JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
  with:
    issuetypes: Story,Bug
    transitions: In Progress,In Progress

Variables

Environment Variables

  • JIRA_BASE_URL - URL of Jira instance. Example: https://.atlassian.net
  • JIRA_API_TOKEN - Access Token for Authorization. Example: HXe8DGg1iJd2AopzyxkFB7F2
  • JIRA_USER_EMAIL - email of the user for which Access Token was created for. Example: [email protected] Arguments
  • issuetypes - Type of issues on your workflow. They will map with transitions arguments. Example: Story,Bug
  • transitions - Transitions status which you want to move. They will depends on issuetypes argument. Example: In Progress,To Do Note: Relationship between issuetypes and transitions argument be shown below Example issuetypes is Story,Bug and transtions is In Progress, To Do
Issue Types Transitions To
Story In Progress
Bug To Do

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published