-
Bug
-
Resolution: Fixed
-
Major
-
None
-
0.24
-
-
0.35
The GitHub OAuth plugin adds a user's organizations and teams as Jenkins groups when authenticating through GItHub.
The pattern for teams is: organization.login*team.name
Instead of team.name, Jenkins should store the group name as team.slug. Team slugs are unique per organization and are more URL path / script friendly.
Reference: https://developer.github.com/v3/orgs/teams/#list-teams
- is related to
-
JENKINS-34896 Not retrieving teams
-
- Resolved
-
- links to
[JENKINS-34835] GitHub team should be referenced by slug not name
Assignee | Original: Sam Gleske [ sag47 ] | New: Andy Pemberton [ apemberton ] |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 171026 ] | New: JNJira + In-Review [ 184133 ] |
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |
Assignee | Original: Andy Pemberton [ apemberton ] | New: Sam Gleske [ sag47 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Andy, have you had a chance to look at this further?