Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #36531
Closed
Open
Created Aug 15, 2017 by Stan Hu@stanhuOwner

Creating a WebHook via API results in Error 500 due to null `issues_events` column

Sentry error: https://sentry.gitlap.com/gitlab/gitlabcom/issues/41700/

Error:

null value in column "issues_events" violates not-null constraint

ETAIL:  Failing row contains (235674, https://<redacted URL>, 1206041, 2017-08-15 19:36:09.290324+00, 2017-08-15 19:36:09.290324+00, ProjectHook, null, t, null, null, null, null, f, t, null, f, f, f, f, f).
: INSERT INTO "web_hooks" ("url", "push_events", "project_id", "created_at", "updated_at") VALUES ('https://<redacted URL>', 't', 1206041, '2017-08-15 19:36:09.290324', '2017-08-15 19:36:09.290324') RETURNING "id"
Edited Aug 15, 2017 by Stan Hu
Assignee
Assign to
Time tracking