maplesteve / JiraTestResultReporter

A plug-in for Jenkins that creates issues in Jira for failed unit tests.
MIT License
2 stars 57 forks source link

Provide mechanism for manual issue generation #3

Open maplesteve opened 11 years ago

maplesteve commented 11 years ago

I have a large qty of testNG integration tests that I would like to track in JIRA, but only in some circumstances. Occasionally there is a lab problem and these integration level tests might all fail, and I wouldn't want JIRA issues for all of them. Can this plugin be configured to (or is there a different plugin for) allow me to create a JIRA issue manually (by clicking on a certain link for a failed test)? This obviously wouldn't be fully automatic, but would save me a ton of clicking around in JIRA. In other words it would allow me to pick and choose which ones to create issues for, and then it would create them when I clicked the appropriate link.

https://wiki.jenkins-ci.org/display/JENKINS/JiraTestResultReporter-plugin?focusedCommentId=67568937#comment-67568937