Just shipped a new production release that adds the ability to unlink issues and makes your replies a lot more powerful with the introduction of the store, appId, and version variables!
Here's an example of how you could use these variables to send personalized bulk replies:
This feature is now available!
{% if store == "itunes" %}
The update is still under review but it should be available to download from the App Store in a few days.
{% elsif store == "googleplay" and version contains "1." %}
Please update the app to v2.0 to use this feature.
{% endif %}
Log in or sign up for Devpost to join the conversation.