Slack

Set up

  1. Select an app in the top left corner from the Switcher

  2. Navigate to App Settings by clicking the gear icon (⚙️) at the top of the Timeline sidebar

  3. Click on Integrations in the sidebar

Connect Slack

  • Find the Slack integration module under the Notifications section

  • Click the Connect button

  • You’ll be taken through a standard Slack app OAuth flow

  • Slack redirects you back to Runway

    1. Select the Primary channel you want notifications to go to. You can select or enter multiple channels.

Runway can send notifications to a private Slack channel once it has access to the channel, via one of these methods:

  • In Slack, send a message to the private channel using the @Runway Slack handle

  • In Slack, click on the user count icon at the top right of the private channel, then Integrations > Add an app. Search for Runway and click Add

Once the Runway app has been added, return to Runway, and the private channel name will now be available as an option in Runway integration settings for Slack.

Slack slash commands

If you have the Slack integration installed, you can perform various release-related tasks right from within Slack using Runway slash commands.

Use the /runway help command to see a complete list of available commands.

Update the regression testing status of a release

Command:

/runway regression status

Update the regression status of the current release for an app. Choose from a list of available builds, and then select a regression testing status.

Update the status of a checklist item

Command:

/runway checklist

Update the status of a step checklist item for the current release of an app. Select the checklist item you want to update, then select the status.

Update the status of a regression testing item

Command:

/runway regression item

Update the status of a regression testing item for the current release of an app. Select the regression testing item you want to update, then select the status.

Update the status of an approval item

Command:

/runway approval

Update the status of an approval item for the current release of an app. Select the approval item you want to update, then select the status.

View the status of a release

Command:

/runway status

To see the status of a specific release version:

/runway status [appId] [releaseVersion]

You can find your app's ID in App settings > General > App identifier.

Completed release status

You can also use the following shortcuts to get the status of live, next, or upcoming releases for your iOS and Android apps:

/runway status [ios|android] [live|next|complete]

For example:

/runway status ios live will output the status of your live release.

Add a fix to a release

Command:

/runway add fix

Add a fix to the current release of an app. You can provide written context on why the fix is needed, and then select the commit that you want added to the release as a fix.

Once a fix has been added, it will appear in the list of pending work items for the release branch. You can either manually cherry-pick the work item into your release branch, or if you have the Pull (cherry-pick) fixes into the release automation enabled, Runway will automatically take care of pulling the fix into the release via cherry-pick.

Automations

Runway offers a number of Slack-related automations, including:

Last updated

Was this helpful?