This Github Action is a fork of Github-Action-JIRA-FixVersion
domain: Domain name of the Jira cloud instance (e.g. your-domain.atlassian.net)username: Jira Usernamepassword: Jira Personal Access Token. Get it from hereversionName: 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)
None
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"