apwide/golive-send-release-info

Send Release Information to Golive

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 9, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: apwide/golive-send-release-info@1c5a3273ee6ef3ba66b05c3cfb9258c6e7a98ac2 # v1.7.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
goliveTokenGolive API Tokenno
goliveUrlApi Base Urlnohttps://golive.apwide.net/api
goliveUsernameGolive API Username (Golive Server)no
golivePasswordGolive API Username (Golive Server)no
githubTokenGithub token ({{secrets.GITHUB_TOKEN}})yes
targetApplicationNameType the name of the released application.no
targetApplicationIdSelect the id of the released application.no
targetAutoCreateCreate the target application with provided name if it does not exist yet in Apwide Golive. N.B. User associated to your connection must have permission to manage applications in order to automatically create new applications. nofalse
versionNameName of the current Jira version/releaseyes
versionDescriptionDescription of the current Jira version/release.no
versionStartDateWill be set to current date by default. Date in ISO-8601 format. Ex: 2023-09-24T12:00:00Zno
versionReleaseDateWill be set to current date if the version is marked as "Released". Date in ISO-8601 format. Ex: 2023-10-24T12:00:00Zno
versionReleasedMark the current Jira version as released. The "Release Date" will be automatically set to current date if not explicitly specified.no
issueKeysComma separated list of Issue Keys to add to the current Jira version/release. Ex: ECOM-3412,ECOM-6783,PAY-98no
issueKeysFromCommitHistoryParse and retrieve the Jira issue keys found in commit history and add issues to the current Jira version/release.no
issuesFromJqlSet the JQL query used to retrieve and add issues to the current Jira version/release. Ex: project = ECP AND type in (Story, Bug) AND resolution in (Fixed). More about JQL [here](https://www.atlassian.com/software/jira/guides/jql) no
sendJiraNotificationTrigger the standard Jira notification when issues are added to the current Jira version/release.no
namedescription
statusStatus of the action