Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3836

Closed
Open
Created May 04, 2013 by Administrator@rootOwner

There's no URL nor namespace key present on system's webhook

Created by: elboletaire

When a system's webhook is triggered for creating or destroying a project, it does not indicate the namespace nor the URL of that project created.

This is the current webhook POST data sent by gitlab:

{
   "created_at": "2012-07-21T07:30:54Z",
   "event_name": "project_create",
         "name": "StoreCloud",
  "owner_email": "[email protected]",
   "owner_name": "John Smith",
         "path": "storecloud",
   "project_id": 74 
}

It should be at least one way to identify where is this project really stored.

{
    "namespace": "john"
}

or...

{
    "url": "git@gitlab:john/storecloud.git"
}

or at least...

{
    "path": "john/storecloud"
}
Assignee
Assign to
Time tracking