Hello,
I know this cannot be done with a single end point. However, I am trying to achieve the following.
I have a jenkins build which generates BDD reports at the end of the build process. Once the build is complete I am trying to write a small script (which will be later integrated in Jenkins build pipeline) which will
1. Create a JIRA issue
2. Create a custom field called "Test Results"
3. Attach the test results to the issue in custom field.
Do you think its possible?
Thanks
Sridhar