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
  • #1342

Closed
Open
Created Aug 30, 2012 by Administrator@rootOwner

API for Notes

Created by: heapsdigital

Is anyone working on API endpoint for Notes? I don't know if it should be genericised for 'all' noteable types, but for my purposes it would be quite useful in context of an Issue. Unless there is precedent elsewhere an endpoint for each noteable type makes sense (the API can be more abstracted from the underlying gitlab data structure)

e.g. in context of Issues

  • list notes: GET /projects/:id/issues/:issue_id/notes
  • single note: GET /projects/:id/issues/:issue_id/notes/:note_id
  • new note: POST /projects/:id/issues/:issue_id/notes
  • delete note: DELETE GET /projects/:id/issues/:issue_id/notes/:note_id

Great work on the API too! I'm using it to integrate stories from Pivotal Tracker, migrate old bugs from Mantis, and also create issues from a mail address.

Assignee
Assign to
Time tracking