We're using TestRail and FogBugz. I found this trigger today:
The URL Trigger Plugin allows you to specify an HTTP request to be sent to a specific URL when events occur in FogBugz. To create a URLTrigger, select one or more events that your trigger will respond to, then add values to the URL querystring using a list of variables presented by the plugin.
I'm trying to get this to integrate, somehow, with TestRail. Ideal steps:
- In TestRail, mark a test as failed, and enter the FB number in the Defects box.
- In FogBugz, resolve the case.
- FogBugz, using this plugin, sends an update string to TestRail, and changes the status of the test to "Retest".
My question: is this even possible, or am I dreaming again?