Skip to content

Postmedia-Digital/github-action-jira-status-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Status Checker action

This action checks to see if the Jira issue's status is correct.

Inputs

search

The string to search of an Jira issue number. Optional. Default [PULL REQUEST HEAD REF].

status

The status to match against. Optional. Default "Under Code Review".

Outputs

issueNumber

The Jira issue number found.

status

The status of the Jira issue.

Example usage

uses: Postmedia-Digital/github-action-jira-status-check@1.0
with:
    ticket_id: 'CHEET-100' # Optional. Will look for ticket ID in branch name if not provided.
    expected_status: 'QA Review' # Optional. Defaults to 'Under Code Review'.

How to re build the action (update dependencies..)

nvm use v16.5.0
npm install
npm run build

About

This action checks to see if the Jira issue's status is correct

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors