jira-notification
jira-notification copied to clipboard
the plugin need improvements
- the ticket ID cannot be an immutable Job paramter, but a Job Option asked for each run (which, in case, might default to a specific value that can be use as a common prefix for all ticket. In our case, all the ticket names are: OTS-* ).
- the username should be allowed as ${job.user.name} or, again, as a clear text job option.
- the password I don't know. If it's not hashable, it should be a "Secure Remote Authentication" job option. For sure it cannot be a clear text option inside the property file.
hi @maxadamo
Good suggestions. There seemed to be two styles of notifications. One is from the "system" which would used project configuration for user/pass. The other is tracking user actions which should be the job runner and their user/pass.