jira: Ignore version_released event.

This commit is contained in:
Steve Howell
2020-08-22 12:37:45 +00:00
committed by Tim Abbott
parent 52c17fc731
commit 7b344044b4
2 changed files with 2 additions and 0 deletions

View File

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

View File

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