

Please contact us for any help integrating Testuff with your Youtrack. Under General Settings section, make sure the Tracker field is set for YouTrack, fill in the Youtrack project for this Testuff project.Click on Projects option and select a project by clicking on the Edit link next to it.Go to Settings menu option at the top left of the screen.Projects that do not have a custom Youtrack project set to them will use the default one from the general settings. If you wish to export defects from a certain Testuff project to a certain Youtrack project, follow the instructions below. You’re all set to report defects from Testuff to your Youtrack account, and get back automatic updates.Ĭan I associate a custom Youtrack project to a Testuff project? Go back to Workflows screen and tick the checkbox for the newly created workflow.Replace the URL /webhook/youtrack/ with the URL you see in Testuff Settings->Bug trackers->Youtrack (under “Automatic 2-ways Integration URL”).TODO specify the conditions for executing the ruleĬonst = /(https?:\/\/.*?)(\/.*)/.exec(url) Ĭonst connection = new http.Connection(host) Ĭonnection.addHeader(‘Content-Type’, ‘application/json’) įields = field.visibleName || field.name || field.presentation Ĭonnection.postSync(path,, JSON.stringify(json))
Youtrack add subsystem update#
* This is a script to support 2-way integration between Youtrack and TestuffĬonst entities = http = You should update the url with the webhook url from Testuff settings **/ On Workflow screen add new On-change module.On Workflows screen click Create Workflow button and type in workflow title and name.In Youtrack, open Settings Dropdown menu and click on Workflows.

Youtrack add subsystem how to#
Here’s how to set it up: Creating a webhook in Youtrack: Testuff supports an industry-unique option to automatically update your reported defects in Testuff, with any change made to them in your Youtrack.
Youtrack add subsystem manual#
You can run your manual tests with Testuff and continue to use Youtrack for bug tracking. Help Index Youtrack Website How does Testuff integrate with Youtrack?Īlthough Testuff is a hosted service it can automatically send every reported defect to your Youtrack account.
