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
  • Merge requests
  • !7967

Merged
Created Oct 05, 2014 by Administrator@rootOwner

Add issueable actor to hooks

  • Overview 16
  • Commits 1
  • Changes 6

Created by: Bugagazavr

What does this MR do? shows who performed an action on issue and merge request Are there points in the code the reviewer needs to double check?

  • https://github.com/Bugagazavr/gitlabhq/compare/issue-actor?expand=1#diff-f5d75b3f51cff6951def38500e8f1d5bR11
  • https://github.com/Bugagazavr/gitlabhq/compare/issue-actor?expand=1#diff-ea522eaf75db2e90cd4aa98f86660ecdR16
  • https://github.com/Bugagazavr/gitlabhq/compare/issue-actor?expand=1#diff-cfc01263b757d0733a45a5b20d548722R16

Why was this MR needed? For many chats, to get many information who performed action

{  
   "object_kind":"issue",
   "user":{  
      "name":"Administrator",
      "username":"root",
      "avatar_url":"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon"
   },
   "object_attributes":{  
      "id":77,
      "title":"Saepe odit vel et nihil illo qui corporis modi.",
      "assignee_id":20,
      "author_id":20,
      "project_id":8,
      "created_at":"2014-10-05 12:30:03 UTC",
      "updated_at":"2014-10-05 13:00:25 UTC",
      "position":0,
      "branch_name":null,
      "description":"A reiciendis et laborum.",
      "milestone_id":26,
      "state":"closed",
      "iid":7,
      "url":"http://localhost:3000/h5bp/html5-boilerplate/issues/7",
      "action":"close"
   }
}
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/Bugagazavr/issue-actor