jira: Ignore worklog_updated event.

This commit is contained in:
Steve Howell
2020-08-22 13:15:07 +00:00
committed by Tim Abbott
parent 7b344044b4
commit 0863874050
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ Leo Franchi created [BUG-15: New bug with hook](http://lfranchi.com:8080/browse/
"issuelink_created",
"issuelink_deleted",
"jira:version_released",
"jira:worklog_updated",
"sprint_closed",
"sprint_started",
"worklog_created",

View File

@@ -17,6 +17,7 @@ IGNORED_EVENTS = [
"issuelink_created",
"issuelink_deleted",
"jira:version_released",
"jira:worklog_updated",
"sprint_closed",
"sprint_started",
"worklog_created",