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

When Started Notification has time as null

Open ajk17 opened this issue 5 years ago • 1 comments

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.

ajk17 avatar Jun 10 '19 13:06 ajk17

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

marcjay avatar Aug 08 '20 02:08 marcjay