Patch #28191
Add assignable, issues_visibility, time_entries_visibility and users_visibility to Roles API response
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | REST API | |||
Target version: | 4.0.0 |
Description
Currently we are missing global roles fields: assignable, issues_visibility, time_entries_visibility and users_visibility. The assignable one is pretty useful when editing issue via API.
Associated revisions
Add assignable, issues_visibility, time_entries_visibility and users_visibility to Roles API response (#28191).
Patch by Alex Stanev.
History
#1
Updated by Marius BALTEANU over 4 years ago
Thanks for the patch.
Can you add some assertions to your patch? source:trunk/test/integration/api_test/roles_test.rb#L54
It'll increase the chances to be taken into consideration.
#2
Updated by Mischa The Evil over 4 years ago
- Category changed from Permissions and roles to REST API
#3
Updated by Alex Stanev over 4 years ago
- File extend-roles-api-fields_v2.patch
added
Adding assertions, all tests passed.
#4
Updated by Go MAEDA over 4 years ago
- Target version set to Candidate for next major release
#5
Updated by Go MAEDA almost 4 years ago
- Target version changed from Candidate for next major release to 4.1.0
Setting target version to 4.1.0.
#6
Updated by Go MAEDA almost 4 years ago
- Subject changed from Extend roles API with all additional fields to Add assignable, issues_visibility, time_entries_visibility and users_visibility to Roles API response
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed. Thank you for your contribution.