Forum Discussion

SoapRookie's avatar
SoapRookie
Occasional Contributor
12 years ago

Connection to JIRA and automatic entering of bugs

Does any one know if it is possible to connect my SoapUI tests to automatically log bugs in JIRA? I am thinking that if a test fails, then it should automatically enter a bug in JIRA. Is this possible? Where can I find more information on this?

Thanks,
Soap Rookie

2 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion 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.