actions-marketplace-validations/JIRA Wizard

Manage JIRA issues from Github and create releases out of it

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
appThe application to release and to set as component in the JIRA issues.yes
hostThe JIRA hostyes
emailThe email to authenticate with the Jira and Confluence APIsyes
apiTokenThe API token related to the email account to interact with Atlassian APIsyes
projectKeyThe JIRA project key that will reference the pushed release and the given issues. It will be used to detect JIRA issues with [KEY-*] format in the current context.yes
issuesThe JSON formatted list of JIRA issues that belong to the release. If none given, the action will try to find JIRA issues from the context based on the given issueRegex (or its default).no[]
issueRegexThe RegExp pattern to be matched globally for JIRA issues in the given context. If none given, it will automatically search for tasks with `\\[${projectKey}-\\d+\\]` format.no
transitionIdThe transition target of the JIRA issues.no
versionThe JIRA version to create, related to the given issuesno
draftTrue if JIRA version is unpublishednotrue

no outputs