Actions
Patch #28191
closedAdd assignable, issues_visibility, time_entries_visibility and users_visibility to Roles API response
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.
Files
Updated by Marius BÄ‚LTEANU almost 7 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.
Updated by Mischa The Evil almost 7 years ago
- Category changed from Permissions and roles to REST API
Updated by Alex Stanev over 6 years ago
Adding assertions, all tests passed.
Updated by Go MAEDA over 6 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA about 6 years ago
- Target version changed from Candidate for next major release to 4.1.0
Setting target version to 4.1.0.
Updated by Go MAEDA about 6 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.
Actions