Execution of one or several test plans.
It will retrieve the right connector and then execute all tests belonging to targeted test plans using Xray links.
Once tests are executed, results are send to Xray.
Execution of only one test instead of an entire test plan.
Test execution has to be linked to an existing test plan, so in this function, a dummy test plan is used.
Execution data will not be saved in the database, there will be no history about it.
This functions will search for the issue using the JQL query given in parameters
and return the identifier of the retrieved issue.
This function will return a result only if there is only one issue retrieved by the JQL query.
Return all the tests contained in the test plan given in parameter.
First of all, the function will gather all tests of the given test plan,
and then, it will retrieve the Xray issue for each test.