Is there any way to add html file to JIRA Issue/Defect from Jenkins through JIRATestResultRepoter.
Currently defect is getting raised from Jenkins Job and logs of jenkins job is getting added to JIRA Defect Description. I want to know is there any way to add the generated html reports to the defects?
Moreover how can update the defect description with some simple errors for the script failure, rather than the current complete jenkins job error logs.