jira-notification
jira-notification copied to clipboard
When Started Notification has time as null
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
#8929 succeeded by user at 2019-06-10 08:33:36.788
Logs from service.log: WARN ExecutionJob: ExecutionJob: Execution not found with ID [8929], will retry for up to 60 seconds... INFO ExecutionJob: ExecutionJob: Execution found with ID [8929] retried (1) INFO ExecutionUtilService: Execution successful: 8929 in project test INFO ExecutionService: updated scheduled Execution
Not sure if it's something with my setup or if this is known.
I'm seeing the same issue too. It looks like a bug - https://github.com/rundeck-plugins/jira-notification/blob/master/src/main/java/org/rundeck/plugins/notification/JiraNotification.java#L87 - as far as I can tell from https://docs.rundeck.com/docs/developer/05-notification-plugins.html#about there is no trigger named "running"
Again if a PR to fix this would be accepted, I'm happy to raise one