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

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Version

This Github Action is a fork of Github-Action-JIRA-FixVersion

Inputs

  • domain: Domain name of the Jira cloud instance (e.g. your-domain.atlassian.net)
  • username: Jira Username
  • password: Jira Personal Access Token. Get it from here
  • versionName: The name of the Version to use (e.g. "1.0.5")
  • issueKeys: The key(s) of the issue(s) that is to be updated. If multiple are used, separate them with a comma (e.g. "TEST-1,TEST-2")
  • versionDescription: The description of the Version (default: "CD version")
  • versionArchived: Mark the new version as archived (default: false)
  • versionReleased: Mark the new version as released (default: false)
  • failOnNonExistentIssueKey: Fail the action if a key issue does not exist (default: false)

Outputs

None

Example usage

uses: baseilos/github-action-jira-version@v1.0.0
with:
  domain: "my-company.atlassian.net"
  username: "technical-user@company.net"
  password: "fmpUJkGhdKFvoTJclsZ03xw1"
  versionName: "1.0.5"
  versionDescription: "Continuous Delivery Version"
  issueKeys: "TEST-1"

About

Intended for CD, this action creates and sets the given version as fix version in Jira Cloud for given issue

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages