Commit 6ea168bd authored by Valery Sizov's avatar Valery Sizov

[Issue multiple assignees] Issue API has both fields assignees and deprecated assignee

parent d525c9a8
...@@ -76,6 +76,14 @@ Example response: ...@@ -76,6 +76,14 @@ Example response:
"avatar_url" : null, "avatar_url" : null,
"username" : "root" "username" : "root"
}], }],
"assignee" : {
"state" : "active",
"id" : 1,
"name" : "Administrator",
"web_url" : "https://gitlab.example.com/root",
"avatar_url" : null,
"username" : "root"
},
"updated_at" : "2016-01-04T15:31:51.081Z", "updated_at" : "2016-01-04T15:31:51.081Z",
"id" : 76, "id" : 76,
"title" : "Consequatur vero maxime deserunt laboriosam est voluptas dolorem.", "title" : "Consequatur vero maxime deserunt laboriosam est voluptas dolorem.",
...@@ -91,6 +99,8 @@ Example response: ...@@ -91,6 +99,8 @@ Example response:
] ]
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## List group issues ## List group issues
Get a list of a group's issues. Get a list of a group's issues.
...@@ -158,6 +168,14 @@ Example response: ...@@ -158,6 +168,14 @@ Example response:
"id" : 9, "id" : 9,
"name" : "Dr. Luella Kovacek" "name" : "Dr. Luella Kovacek"
}], }],
"assignee" : {
"avatar_url" : null,
"web_url" : "https://gitlab.example.com/lennie",
"state" : "active",
"username" : "lennie",
"id" : 9,
"name" : "Dr. Luella Kovacek"
},
"labels" : [], "labels" : [],
"id" : 41, "id" : 41,
"title" : "Ut commodi ullam eos dolores perferendis nihil sunt.", "title" : "Ut commodi ullam eos dolores perferendis nihil sunt.",
...@@ -172,6 +190,8 @@ Example response: ...@@ -172,6 +190,8 @@ Example response:
] ]
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## List project issues ## List project issues
Get a list of a project's issues. Get a list of a project's issues.
...@@ -239,6 +259,14 @@ Example response: ...@@ -239,6 +259,14 @@ Example response:
"id" : 9, "id" : 9,
"name" : "Dr. Luella Kovacek" "name" : "Dr. Luella Kovacek"
}], }],
"assignee" : {
"avatar_url" : null,
"web_url" : "https://gitlab.example.com/lennie",
"state" : "active",
"username" : "lennie",
"id" : 9,
"name" : "Dr. Luella Kovacek"
},
"labels" : [], "labels" : [],
"id" : 41, "id" : 41,
"title" : "Ut commodi ullam eos dolores perferendis nihil sunt.", "title" : "Ut commodi ullam eos dolores perferendis nihil sunt.",
...@@ -253,6 +281,8 @@ Example response: ...@@ -253,6 +281,8 @@ Example response:
] ]
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## Single issue ## Single issue
Get a single project issue. Get a single project issue.
...@@ -305,6 +335,14 @@ Example response: ...@@ -305,6 +335,14 @@ Example response:
"id" : 9, "id" : 9,
"name" : "Dr. Luella Kovacek" "name" : "Dr. Luella Kovacek"
}], }],
"assignee" : {
"avatar_url" : null,
"web_url" : "https://gitlab.example.com/lennie",
"state" : "active",
"username" : "lennie",
"id" : 9,
"name" : "Dr. Luella Kovacek"
},
"labels" : [], "labels" : [],
"id" : 41, "id" : 41,
"title" : "Ut commodi ullam eos dolores perferendis nihil sunt.", "title" : "Ut commodi ullam eos dolores perferendis nihil sunt.",
...@@ -319,6 +357,8 @@ Example response: ...@@ -319,6 +357,8 @@ Example response:
} }
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## New issue ## New issue
Creates a new project issue. Creates a new project issue.
...@@ -357,6 +397,7 @@ Example response: ...@@ -357,6 +397,7 @@ Example response:
"title" : "Issues with auth", "title" : "Issues with auth",
"state" : "opened", "state" : "opened",
"assignees" : [], "assignees" : [],
"assignee" : null,
"labels" : [ "labels" : [
"bug" "bug"
], ],
...@@ -380,6 +421,8 @@ Example response: ...@@ -380,6 +421,8 @@ Example response:
} }
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## Edit issue ## Edit issue
Updates an existing project issue. This call is also used to mark an issue as Updates an existing project issue. This call is also used to mark an issue as
...@@ -432,6 +475,7 @@ Example response: ...@@ -432,6 +475,7 @@ Example response:
], ],
"id" : 85, "id" : 85,
"assignees" : [], "assignees" : [],
"assignee" : null,
"milestone" : null, "milestone" : null,
"subscribed" : true, "subscribed" : true,
"user_notes_count": 0, "user_notes_count": 0,
...@@ -442,6 +486,8 @@ Example response: ...@@ -442,6 +486,8 @@ Example response:
} }
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## Delete an issue ## Delete an issue
Only for admins and project owners. Soft deletes the issue in question. Only for admins and project owners. Soft deletes the issue in question.
...@@ -504,6 +550,14 @@ Example response: ...@@ -504,6 +550,14 @@ Example response:
"avatar_url": "http://www.gravatar.com/avatar/46f6f7dc858ada7be1853f7fb96e81da?s=80&d=identicon", "avatar_url": "http://www.gravatar.com/avatar/46f6f7dc858ada7be1853f7fb96e81da?s=80&d=identicon",
"web_url": "https://gitlab.example.com/axel.block" "web_url": "https://gitlab.example.com/axel.block"
}], }],
"assignee": {
"name": "Miss Monserrate Beier",
"username": "axel.block",
"id": 12,
"state": "active",
"avatar_url": "http://www.gravatar.com/avatar/46f6f7dc858ada7be1853f7fb96e81da?s=80&d=identicon",
"web_url": "https://gitlab.example.com/axel.block"
},
"author": { "author": {
"name": "Kris Steuber", "name": "Kris Steuber",
"username": "solon.cremin", "username": "solon.cremin",
...@@ -519,6 +573,8 @@ Example response: ...@@ -519,6 +573,8 @@ Example response:
} }
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## Subscribe to an issue ## Subscribe to an issue
Subscribes the authenticated user to an issue to receive notifications. Subscribes the authenticated user to an issue to receive notifications.
...@@ -560,6 +616,14 @@ Example response: ...@@ -560,6 +616,14 @@ Example response:
"avatar_url": "http://www.gravatar.com/avatar/46f6f7dc858ada7be1853f7fb96e81da?s=80&d=identicon", "avatar_url": "http://www.gravatar.com/avatar/46f6f7dc858ada7be1853f7fb96e81da?s=80&d=identicon",
"web_url": "https://gitlab.example.com/axel.block" "web_url": "https://gitlab.example.com/axel.block"
}], }],
"assignee": {
"name": "Miss Monserrate Beier",
"username": "axel.block",
"id": 12,
"state": "active",
"avatar_url": "http://www.gravatar.com/avatar/46f6f7dc858ada7be1853f7fb96e81da?s=80&d=identicon",
"web_url": "https://gitlab.example.com/axel.block"
},
"author": { "author": {
"name": "Kris Steuber", "name": "Kris Steuber",
"username": "solon.cremin", "username": "solon.cremin",
...@@ -575,6 +639,8 @@ Example response: ...@@ -575,6 +639,8 @@ Example response:
} }
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## Unsubscribe from an issue ## Unsubscribe from an issue
Unsubscribes the authenticated user from the issue to not receive notifications Unsubscribes the authenticated user from the issue to not receive notifications
...@@ -664,6 +730,14 @@ Example response: ...@@ -664,6 +730,14 @@ Example response:
"avatar_url": "http://www.gravatar.com/avatar/a7fa515d53450023c83d62986d0658a8?s=80&d=identicon", "avatar_url": "http://www.gravatar.com/avatar/a7fa515d53450023c83d62986d0658a8?s=80&d=identicon",
"web_url": "https://gitlab.example.com/francisca" "web_url": "https://gitlab.example.com/francisca"
}], }],
"assignee": {
"name": "Jarret O'Keefe",
"username": "francisca",
"id": 14,
"state": "active",
"avatar_url": "http://www.gravatar.com/avatar/a7fa515d53450023c83d62986d0658a8?s=80&d=identicon",
"web_url": "https://gitlab.example.com/francisca"
},
"author": { "author": {
"name": "Maxie Medhurst", "name": "Maxie Medhurst",
"username": "craig_rutherford", "username": "craig_rutherford",
...@@ -688,6 +762,8 @@ Example response: ...@@ -688,6 +762,8 @@ Example response:
} }
``` ```
**Note**: `assignee` column is deprecated, it shows a first assignee only.
## Set a time estimate for an issue ## Set a time estimate for an issue
Sets an estimated time of work for this issue. Sets an estimated time of work for this issue.
......
...@@ -6,6 +6,7 @@ module API ...@@ -6,6 +6,7 @@ module API
version 'v3', using: :path do version 'v3', using: :path do
helpers ::API::V3::Helpers helpers ::API::V3::Helpers
helpers ::API::Helpers::CommonHelpers
mount ::API::V3::AwardEmoji mount ::API::V3::AwardEmoji
mount ::API::V3::Boards mount ::API::V3::Boards
...@@ -81,6 +82,7 @@ module API ...@@ -81,6 +82,7 @@ module API
# Ensure the namespace is right, otherwise we might load Grape::API::Helpers # Ensure the namespace is right, otherwise we might load Grape::API::Helpers
helpers ::SentryHelper helpers ::SentryHelper
helpers ::API::Helpers helpers ::API::Helpers
helpers ::API::Helpers::CommonHelpers
# Keep in alphabetical order # Keep in alphabetical order
mount ::API::AccessRequests mount ::API::AccessRequests
......
...@@ -281,6 +281,10 @@ module API ...@@ -281,6 +281,10 @@ module API
expose :milestone, using: Entities::Milestone expose :milestone, using: Entities::Milestone
expose :assignees, :author, using: Entities::UserBasic expose :assignees, :author, using: Entities::UserBasic
expose :assignee, using: ::API::Entities::UserBasic do |issue, options|
issue.assignees.first
end
expose :user_notes_count expose :user_notes_count
expose :upvotes, :downvotes expose :upvotes, :downvotes
expose :due_date expose :due_date
......
module API
module Helpers
module CommonHelpers
def convert_parameters_from_legacy_format(params)
if params[:assignee_id].present?
params[:assignee_ids] = [params.delete(:assignee_id)]
end
params
end
end
end
end
...@@ -31,7 +31,8 @@ module API ...@@ -31,7 +31,8 @@ module API
params :issue_params do params :issue_params do
optional :description, type: String, desc: 'The description of an issue' optional :description, type: String, desc: 'The description of an issue'
optional :assignee_ids, type: Array[Integer], desc: 'The ID of a user to assign issue' optional :assignee_ids, type: Array[Integer], desc: 'The array of user IDs to assign issue'
optional :assignee_id, type: Integer, desc: '[Deprecated] The ID of a user to assign issue'
optional :milestone_id, type: Integer, desc: 'The ID of a milestone to assign issue' optional :milestone_id, type: Integer, desc: 'The ID of a milestone to assign issue'
optional :labels, type: String, desc: 'Comma-separated list of label names' optional :labels, type: String, desc: 'Comma-separated list of label names'
optional :due_date, type: String, desc: 'Date string in the format YEAR-MONTH-DAY' optional :due_date, type: String, desc: 'Date string in the format YEAR-MONTH-DAY'
...@@ -132,6 +133,8 @@ module API ...@@ -132,6 +133,8 @@ module API
issue_params = declared_params(include_missing: false) issue_params = declared_params(include_missing: false)
issue_params = convert_parameters_from_legacy_format(issue_params)
issue = ::Issues::CreateService.new(user_project, issue = ::Issues::CreateService.new(user_project,
current_user, current_user,
issue_params.merge(request: request, api: true)).execute issue_params.merge(request: request, api: true)).execute
...@@ -156,7 +159,7 @@ module API ...@@ -156,7 +159,7 @@ module API
desc: 'Date time when the issue was updated. Available only for admins and project owners.' desc: 'Date time when the issue was updated. Available only for admins and project owners.'
optional :state_event, type: String, values: %w[reopen close], desc: 'State of the issue' optional :state_event, type: String, values: %w[reopen close], desc: 'State of the issue'
use :issue_params use :issue_params
at_least_one_of :title, :description, :assignee_ids, :milestone_id, at_least_one_of :title, :description, :assignee_ids, :assignee_id, :milestone_id,
:labels, :created_at, :due_date, :confidential, :state_event, :labels, :created_at, :due_date, :confidential, :state_event,
:weight :weight
end end
...@@ -171,6 +174,8 @@ module API ...@@ -171,6 +174,8 @@ module API
update_params = declared_params(include_missing: false).merge(request: request, api: true) update_params = declared_params(include_missing: false).merge(request: request, api: true)
update_params = convert_parameters_from_legacy_format(update_params)
issue = ::Issues::UpdateService.new(user_project, issue = ::Issues::UpdateService.new(user_project,
current_user, current_user,
update_params).execute(issue) update_params).execute(issue)
......
...@@ -14,14 +14,6 @@ module API ...@@ -14,14 +14,6 @@ module API
authorize! access_level, merge_request authorize! access_level, merge_request
merge_request merge_request
end end
def convert_parameters_from_legacy_format(params)
if params[:assignee_id].present?
params[:assignee_ids] = [params.delete(:assignee_id)]
end
params
end
end end
end end
end end
...@@ -48,6 +48,18 @@ ...@@ -48,6 +48,18 @@
"additionalProperties": false "additionalProperties": false
} }
}, },
"assignee": {
"type": "object",
"properties": {
"name": { "type": "string" },
"username": { "type": "string" },
"id": { "type": "integer" },
"state": { "type": "string" },
"avatar_url": { "type": "uri" },
"web_url": { "type": "uri" }
},
"additionalProperties": false
},
"author": { "author": {
"type": "object", "type": "object",
"properties": { "properties": {
......
...@@ -789,6 +789,7 @@ describe API::Issues, api: true do ...@@ -789,6 +789,7 @@ describe API::Issues, api: true do
expect(json_response['labels']).to eq(issue.label_names) expect(json_response['labels']).to eq(issue.label_names)
expect(json_response['milestone']).to be_a Hash expect(json_response['milestone']).to be_a Hash
expect(json_response['assignees']).to be_a Array expect(json_response['assignees']).to be_a Array
expect(json_response['assignee']).to be_a Hash
expect(json_response['author']).to be_a Hash expect(json_response['author']).to be_a Hash
expect(json_response['confidential']).to be_falsy expect(json_response['confidential']).to be_falsy
expect(json_response['weight']).to be_nil expect(json_response['weight']).to be_nil
...@@ -861,9 +862,22 @@ describe API::Issues, api: true do ...@@ -861,9 +862,22 @@ describe API::Issues, api: true do
end end
describe "POST /projects/:id/issues" do describe "POST /projects/:id/issues" do
context 'support for deprecated assignee_id' do
it 'creates a new project issue' do
post api("/projects/#{project.id}/issues", user),
title: 'new issue', assignee_id: user2.id
expect(response).to have_http_status(201)
expect(json_response['title']).to eq('new issue')
expect(json_response['assignee']['name']).to eq(user2.name)
expect(json_response['assignees'].first['name']).to eq(user2.name)
end
end
it 'creates a new project issue' do it 'creates a new project issue' do
post api("/projects/#{project.id}/issues", user), post api("/projects/#{project.id}/issues", user),
title: 'new issue', labels: 'label, label2', weight: 3 title: 'new issue', labels: 'label, label2', weight: 3,
assignee_ids: [user2.id]
expect(response).to have_http_status(201) expect(response).to have_http_status(201)
expect(json_response['title']).to eq('new issue') expect(json_response['title']).to eq('new issue')
...@@ -871,6 +885,8 @@ describe API::Issues, api: true do ...@@ -871,6 +885,8 @@ describe API::Issues, api: true do
expect(json_response['labels']).to eq(%w(label label2)) expect(json_response['labels']).to eq(%w(label label2))
expect(json_response['confidential']).to be_falsy expect(json_response['confidential']).to be_falsy
expect(json_response['weight']).to eq(3) expect(json_response['weight']).to eq(3)
expect(json_response['assignee']['name']).to eq(user2.name)
expect(json_response['assignees'].first['name']).to eq(user2.name)
end end
it 'creates a new confidential project issue' do it 'creates a new confidential project issue' do
...@@ -1160,6 +1176,46 @@ describe API::Issues, api: true do ...@@ -1160,6 +1176,46 @@ describe API::Issues, api: true do
end end
end end
describe 'PUT /projects/:id/issues/:issue_iid to update assignee' do
context 'support for deprecated assignee_id' do
it 'removes assignee' do
put api("/projects/#{project.id}/issues/#{issue.iid}", user),
assignee_id: 0
expect(response).to have_http_status(200)
expect(json_response['assignee']).to be_nil
end
it 'updates an issue with new assignee' do
put api("/projects/#{project.id}/issues/#{issue.iid}", user),
assignee_id: user2.id
expect(response).to have_http_status(200)
expect(json_response['assignee']['name']).to eq(user2.name)
end
end
it 'removes assignee' do
put api("/projects/#{project.id}/issues/#{issue.iid}", user),
assignee_ids: [0]
expect(response).to have_http_status(200)
expect(json_response['assignees']).to be_empty
end
it 'updates an issue with new assignee' do
put api("/projects/#{project.id}/issues/#{issue.iid}", user),
assignee_ids: [user2.id]
expect(response).to have_http_status(200)
expect(json_response['assignees'].first['name']).to eq(user2.name)
end
end
describe 'PUT /projects/:id/issues/:issue_iid to update labels' do describe 'PUT /projects/:id/issues/:issue_iid to update labels' do
let!(:label) { create(:label, title: 'dummy', project: project) } let!(:label) { create(:label, title: 'dummy', project: project) }
let!(:label_link) { create(:label_link, label: label, target: issue) } let!(:label_link) { create(:label_link, label: label, target: issue) }
......
...@@ -731,7 +731,7 @@ describe API::V3::Issues, api: true do ...@@ -731,7 +731,7 @@ describe API::V3::Issues, api: true do
describe "POST /projects/:id/issues" do describe "POST /projects/:id/issues" do
it 'creates a new project issue' do it 'creates a new project issue' do
post v3_api("/projects/#{project.id}/issues", user), post v3_api("/projects/#{project.id}/issues", user),
title: 'new issue', labels: 'label, label2', weight: 3 title: 'new issue', labels: 'label, label2', weight: 3, assignee_id: assignee.id
expect(response).to have_http_status(201) expect(response).to have_http_status(201)
expect(json_response['title']).to eq('new issue') expect(json_response['title']).to eq('new issue')
...@@ -739,6 +739,7 @@ describe API::V3::Issues, api: true do ...@@ -739,6 +739,7 @@ describe API::V3::Issues, api: true do
expect(json_response['labels']).to eq(%w(label label2)) expect(json_response['labels']).to eq(%w(label label2))
expect(json_response['confidential']).to be_falsy expect(json_response['confidential']).to be_falsy
expect(json_response['weight']).to eq(3) expect(json_response['weight']).to eq(3)
expect(json_response['assignee']['name']).to eq(assignee.name)
end end
it 'creates a new confidential project issue' do it 'creates a new confidential project issue' do
...@@ -1135,6 +1136,22 @@ describe API::V3::Issues, api: true do ...@@ -1135,6 +1136,22 @@ describe API::V3::Issues, api: true do
end end
end end
describe 'PUT /projects/:id/issues/:issue_id to update assignee' do
it 'updates an issue with no assignee' do
put v3_api("/projects/#{project.id}/issues/#{issue.id}", user), assignee_id: 0
expect(response).to have_http_status(200)
expect(json_response['assignee']).to eq(nil)
end
it 'updates an issue with assignee' do
put v3_api("/projects/#{project.id}/issues/#{issue.id}", user), assignee_id: user2.id
expect(response).to have_http_status(200)
expect(json_response['assignee']['name']).to eq(user2.name)
end
end
describe 'PUT /projects/:id/issues/:issue_id to update weight' do describe 'PUT /projects/:id/issues/:issue_id to update weight' do
it 'updates an issue with no weight' do it 'updates an issue with no weight' do
put v3_api("/projects/#{project.id}/issues/#{issue.id}", user), weight: 5 put v3_api("/projects/#{project.id}/issues/#{issue.id}", user), weight: 5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment