Feature Request
Integration for shorcut.com
Ben
Hi,
We migrated from pivotal tracker to shortcut and would love to have an integration with Raygun.
Thanks,
Benjamin
Raygun
Sumitra
Posted on
Mar 07 2025
Hi Ben
Thank you for the feature request!
Although we don't have a direct integration with shortcut.com at the moment, you can take advantage of our API's to build and host a service!
Here's one way you could integrate Raygun with Shortcut:
Use Raygun's API to get crash reports: Raygun offers APIs to fetch error and crash report details, which you can pull programmatically. Here is a our API Spec for more info - https://api.raygun.com/v3/swagger/index.html?gl=1*163p4so*gcl_au*MTQ4MTk1MTc1Mi4xNzM0Mzg3ODMwLjEzNTg0ODM3ODMuMTc0MTEyNzAwMC4xNzQxMTI2OTk5
Create Issues in Shortcut via their API: Shortcut also provides an API for creating and managing stories. You can use the information from Raygun's crash reports to create issues in Shortcut. Here's a link to their documentation - https://developer.shortcut.com/api/rest/v3#Updating-your-application
Set up Automation: You can set up a script (for example, using Node.js or Python) that fetches the latest crash reports from Raygun and then creates issues in Shortcut using their API. This could be scheduled as a regular task.
Webhooks: If you're using Raygun’s webhook feature, you could set up a webhook to trigger an external service (like a custom app or script) that will automatically create stories in Shortcut when new crashes occur.
In the mean time, this is passed over to the team to determine the priority of task.
Do let me know if you happen to take on building the service!
Kind regards,
Sumitra