apwide/golive-send-release-info
Send Release Information to Golive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 9, 2025
- License
- MIT
Pinned Snippet
uses: apwide/golive-send-release-info@1c5a3273ee6ef3ba66b05c3cfb9258c6e7a98ac2 # v1.7.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| goliveToken | Golive API Token | no | — |
| goliveUrl | Api Base Url | no | https://golive.apwide.net/api |
| goliveUsername | Golive API Username (Golive Server) | no | — |
| golivePassword | Golive API Username (Golive Server) | no | — |
| githubToken | Github token ({{secrets.GITHUB_TOKEN}}) | yes | — |
| targetApplicationName | Type the name of the released application. | no | — |
| targetApplicationId | Select the id of the released application. | no | — |
| targetAutoCreate | Create 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. | no | false |
| versionName | Name of the current Jira version/release | yes | — |
| versionDescription | Description of the current Jira version/release. | no | — |
| versionStartDate | Will be set to current date by default. Date in ISO-8601 format. Ex: 2023-09-24T12:00:00Z | no | — |
| versionReleaseDate | Will be set to current date if the version is marked as "Released". Date in ISO-8601 format. Ex: 2023-10-24T12:00:00Z | no | — |
| versionReleased | Mark the current Jira version as released. The "Release Date" will be automatically set to current date if not explicitly specified. | no | — |
| issueKeys | Comma separated list of Issue Keys to add to the current Jira version/release. Ex: ECOM-3412,ECOM-6783,PAY-98 | no | — |
| issueKeysFromCommitHistory | Parse and retrieve the Jira issue keys found in commit history and add issues to the current Jira version/release. | no | — |
| issuesFromJql | Set 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 | — |
| sendJiraNotification | Trigger the standard Jira notification when issues are added to the current Jira version/release. | no | — |
Outputs
| name | description |
|---|---|
| status | Status of the action |