Forum Discussion
2 Replies
- nmrao
Champion Level 1
If you know the JIRA api to log a defect automatically, then you should come up with a script or something to do it.
Alternatively, Jenkins has jira plugin to log the failed tests if you are running the tests from it. Please explore. You should also keep in mind that in case if there is an issue in the environment and all the tests are failing, and user has not noticed, there could be chance of logging n-number of issues, need be care about it too. - SoapRookieOccasional ContributorThank you, that helps.
-SoapRookie