Details
-
Bug
-
Status: Done
-
Minor
-
Resolution: Fixed
-
5.4.37
-
None
-
None
-
Sprint 45
-
0.8
Description
To reproduce add a repository level event handler like send mail. Notice that the list of events to select from is never provided.
This is because the events endpoint that the list of events is retrieved from is locked down to admins only and returns 403.
We should open it up to project and repo admins which will return those events that are only available to repo and project admins.