API: expose issues project id
This commit is contained in:
parent
949b1df930
commit
f7dd067490
2 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,9 @@ module Gitlab
|
|||
end
|
||||
|
||||
class Issue < Grape::Entity
|
||||
expose :id, :title, :description
|
||||
expose :id
|
||||
expose (:project_id) {|issue| issue.project.id}
|
||||
expose :title, :description
|
||||
expose :label_list, :as => :labels
|
||||
expose :milestone, :using => Entities::Milestone
|
||||
expose :assignee, :author, :using => Entities::UserBasic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue