jira-notification
jira-notification copied to clipboard
Add job status information as a comment to a JIRA issue
- Support an optional `password_storage_path` framework or project property which specifies the path to the Jira password in Rundeck's Key Storage - Replace now unmaintained rcarz Jira client with Atlassian's...
Currently we need to place the password/token in plain-text in the project configuration. It would be good if instead, we could supply the path to a key in Key Storage,...
- Add Gradle wrapper using the latest version of Gradle - Update README build step to match - Replace deprecated `compile` dependency with `implementation`
Hi, First of all i thank you for building this notification plugin. Great one. I request to add some comments like "This deployment ran successfully" along with the jira issue...
I noticed when testing all the notification flows that the Success and Failure notifications have the correct timestamp, but the On-Start notification shows null. #8929 running by user at null...
Currently there is no license assigned to the repo. Is it possible to assign a license to allow a more widely distributed usage? i.e. Apache 2.0 or MIT Thanks.
**Changes**: - Update emoticon handling. The problem was that if the `trigger` String was set to "running" or "start", the emoticon printed in the jira comment was a red cross...
As a way to address https://github.com/rundeck-plugins/jira-notification/issues/7 we should add a text configuration field that accepts a list of options to include in the notification. If this is left empty (the...
The plugin uses an old version of commons-collections which according to the website https://commons.apache.org/proper/commons-collections/security-reports.html contains a security whole which has been fixed in version 3.2.2 It should be replaced with...
Hey, I've tried to setup this plugin on my Rundeck 2.5.0-1 installation to post comments to our JIRA instance. Unfortunately I encounter some problems with the authentication. After my job...