Created
June 9, 2018 20:17
-
-
Save O5ten/7f8caad3d701e3f19b85ed2ed1941329 to your computer and use it in GitHub Desktop.
jenkins-issue-collector.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(summary, description, component){ | |
window.ATL_JQ_PAGE_PROPS = { | |
"triggerFunction": function(showCollectorDialog) { | |
jQuery(".jiraTrigger").click(function(e) { | |
e.preventDefault(); | |
showCollectorDialog(); | |
}); | |
}, | |
fieldValues : { | |
summary : summary, | |
description : description, | |
components: [component] | |
} | |
}; | |
})('Jenkins looks broken!', '[Describe to the best of your knowledge how Jenkins is broken]', '12345'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment