Help Index
ChiliProject Website
How does Testuff integrate with ChiliProject?
Although Testuff is a hosted service it can automatically send every reported defect to your ChiliProject account. You can run your manual tests with Testuff and continue to use ChiliProject for bug tracking.
The integration is done by the desktop client. Therefore, it should also work if you host ChiliProject on an internal server. Our server doesn’t need to access your bug tracker server and you don’t need to change anything in your security or firewall configuration to make it work.
How do I configure ChiliProject with Testuff?
- In Testuff, go to Settings > Bug Tracker.
- Choose ChiliProject from the bug trackers combo box.
- Fill in the ChiliProject server address in the URL field. This should be the ChiliProject URL, omitting any file names that may appear after the last slash.
- Set the Default Project. Defects exported from Testuff projects that do not have a custom ChiliProject project will be exported using this project name.
- Click the Set my ChiliProject user link and input your ChiliProject username and password. Defects opened by you in Testuff will be submitted to ChiliProject using these credentials.
- You may click the Create a sample bug report link to make sure Testuff can create bug reports in ChiliProject. If all goes well the new bug report should be displayed.
- Don’t forget to click OK to save the settings.
How do I add my custom fields?
- Go to your ChiliProject New issue page (make sure it’s the page where you enter the new issue fields).
- Right click on it and select View source.
- Find the name and code for your ChiliProject custom fields.
- Enter them in the Add bug tracker custom fields window (see link in the bug tracker settings).
- Make sure to use issue[custom_field_values][X] as the correct format.
Can I associate a custom ChiliProject project to a Testuff project?
Yep. If you wish to export defects from a certain Testuff project to a certain ChiliProject project, follow the instructions below. Projects that do not have a custom ChiliProject project set to them will use the default one from the general settings.
- Go to the home screen via the house icon at the top left.
- Click the Manage projects link and select a project by clicking on the Edit link next to it.
- Under the General tab, fill in the ChiliProject project for this Testuff project.
- Click OK to save the settings.
