Skip to content

[JENKINS-5443] Left navigation link People does not automatically appear #19287

@jenkins-infra-bot

Description

@jenkins-infra-bot

In the initial state of a Hudson Server, the People link does not appear.

One can create jobs, and users, and manage both, and the People link will not appear.

It only appears after a job is triggered by an scm poll.

Instead of the current logic, could a test of:
useSecurity && authorizationStrategy!=null && authorizationStrategy.length>0 || users!=null && users.length>0)

{ // the reference to authorizationStrategy may not be valid for "Anyone can do Anything". // include People link. }

This change would allow for the link to not be shown when there is no security (enable security==false), and no implied users (via scm) exist.

In the meantime, anyone who needs it can just include a link to People in their dashboard customization.


Originally reported by ken_graham, imported from: Left navigation link People does not automatically appear
  • assignee: mindless
  • status: Closed
  • priority: Trivial
  • component(s): core
  • resolution: Fixed
  • resolved: 2010-02-07T15:13:11+00:00
  • votes: 0
  • watchers: 0
  • imported: 2025-11-24
Raw content of original issue

In the initial state of a Hudson Server, the People link does not appear.

One can create jobs, and users, and manage both, and the People link will not appear.

It only appears after a job is triggered by an scm poll.

Instead of the current logic, could a test of: useSecurity && authorizationStrategy!=null && authorizationStrategy.length>0 || users!=null && users.length>0)

{ // the reference to authorizationStrategy may not be valid for "Anyone can do Anything". // include People link. }

This change would allow for the link to not be shown when there is no security (enable security==false), and no implied users (via scm) exist.

In the meantime, anyone who needs it can just include a link to People in their dashboard customization.

environment
Any.<br/>
Behavior duplicated under Windows XP, and Ubuntu.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions