Kiwi Version: 12.0
We successfully integrated Redmine as external bug trackers in Kiwi TCMS.
I.e., if we use Report bug to open a bug report, a issue is created in Redmine containing the text of the test case.
But we are missing the comments added by the tester during test run. Instead this text is appended at the end of the Redmine issue description:
Actual results:
<describe what happened>
- Where does this text come from?
- Why are the comments which should contain the "actual results" not transmitted to Redmine?
Steps to reproduce
- Integrate Redmine as external bug tracker
- Click
Report bugon any Test Case during Test Run
Expected result
Test Case description and comments of tester are added as issue description in Redmine
Actual result
Test Case description is added as issue description in Redmine, but comments of tester are missing.