Add a Group field in Slack integration

Our software engineering team has a Current Development board and a Backlog board for each platform (e.g. Android: Current Development, Android: Backlog). Within the Current Development board we have a group for the upcoming minor release and a group for the upcoming major release. So if v2.0.1 is the latest release, then we have a group for v2.0.2 (which is mostly bug fixes for 2.0.1) and a group for v2.1.0 (which is mostly new features to implement).

We have a Slack integration that notifies the relevant Slack channel when a pulse’s status changes. So for example we have a status “Needs help documentation” that the developer sets when a new feature has been implemented and needs to be added to the user help documentation, and this status change is tied to a Slack integration that notifies the team responsible for writing the help documentation.

It would be nice to be able to include the Group name in the Slack integration’s message. So currently the message for an integration sent to the Android Help Files channel in Slack looks something like this:

Request for help documentation for Some Cool New Feature added by Jane Smith.

I would like to include the Group name so the message could look like this:

Request for help documentation for Some Cool New Feature in 2.1.0 added by Jane Smith.