jira-notification icon indicating copy to clipboard operation
jira-notification copied to clipboard

the plugin need improvements

Open maxadamo opened this issue 10 years ago • 1 comments

  • 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.

maxadamo avatar Dec 31 '14 10:12 maxadamo

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.

ahonor avatar Dec 31 '14 17:12 ahonor