Add a way so we can easily integrate commits into Salesforce.
What I mean by this is, give users the ability to create and associate commits from in Gearset to a custom Object in Salesforce.
The commit would create a new record in Salesforce, under the custom object, let's call it 'Commits'.
We'd be able to pass through data such as the commit status, the ID of the commit, a link to the commit itself taking us back to Gearset, the name, and author, etc, etc...
I'd imagine this is possible through the use of the BitBucket API, however with SF teams who lack developer resources, this would be a nice feature to have as it opens up visibility for the remainder of our team who may not have a Gearset account such as Product Owner,s BAs, and if needed, anyone else from the business.
From Salesforce, we could filter through the commit message, for example, find the UserStory ID from inside the commit message and this is how it could be associated with a User Story record.