Project

General

Profile

Actions

Feature #2705

open

"Jump to a project..." drop-down should list public projects

Added by Guy Bolton King about 15 years ago. Updated almost 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2009-02-09
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Currently the "Jump to a project..." drop-down only lists projects that the current user is explicitly a member of; it would be good if it also listed public projects.

Rationale: We have a number of clients with logins to our redmine installation, and they have rights to see (and submit issues on ) 1) their own projects and 2) the public projects. However, we often get email along the lines of "we can't see the public projects" since they're trying to navigate to the latter using the "Jump to a project..." drop-down. Is there any reason for this not to list public projects?


Files

add-public-projects-to-quick-jump-box.diff (1000 Bytes) add-public-projects-to-quick-jump-box.diff Jethro Yu, 2015-08-26 12:21
2705-list-public-projects.diff (724 Bytes) 2705-list-public-projects.diff patch for 3.3.2.devel.16430 Go MAEDA, 2017-03-28 13:26

Related issues

Related to Redmine - Feature #7751: Filter projects dropdown menuClosed2011-03-02

Actions
Related to Redmine - Patch #5556: Display more projects in project jump boxNew2010-05-19

Actions
Has duplicate Redmine - Feature #14078: Display the project jump box for anonymous usersClosed

Actions
Actions #1

Updated by Holger Baumhaus over 12 years ago

+1

Actions #2

Updated by Derric Atzrott almost 11 years ago

Should be an option is implemented. We have literally hundreds of public projects and for everyone here it is nice to only see the ones that they are actually assigned to.

It would be nice to mark some projects to appear on everyone's jump to list as projects that are more of meta projects (we have one for coordinating other projects) should appear for everyone.

Actions #3

Updated by David Fyfe almost 10 years ago

I agree. An option for this (per user?) might be useful.

Actions #4

Updated by Anonymous almost 10 years ago

+1

Actions #5

Updated by Maicon Zucco about 9 years ago

+1

Actions #6

Updated by Toshi MARUYAMA almost 9 years ago

  • Category set to UI
Actions #7

Updated by Jethro Yu over 8 years ago

Hello everyone,

I wrote a patch to let quick-jump box also listing public projects.

Actions #8

Updated by Andre Mittelstaedt over 7 years ago

Hi everyone...
...the solution did not work properly for me (v2.1.0)

so I changed the line to change in the obove file to:
projects = Project.where(1).compact.select(&:visible?).uniq

Actions #9

Updated by Go MAEDA almost 7 years ago

+1
I wrote a patch for the current trunk (r16430).

I think it would be better to list public projects for the following reasons.

  • No projects are listed in the drop-down when the user is not a member of any projects even if there are some public projects which can be seen by the user. I think the behavior is confusing.
  • Sometimes a user is not aware whether the project is public or the user is a member of the project. So the user may be confused if some projects are not listed in the drop-down.
  • The drop-down is always shown in Redmine 3.4.0. I think that the possibility of confusion of users will increase.
Actions #10

Updated by Kohei Nakamura almost 7 years ago

+1
I hope this issue will be accepted.

In my case

I write a page of "How to use Redmine" on the Wiki page of the public project and guide Redmine beginners.

But the problem is that it is difficult to access to the Wiki page of the public project for Redmine beginners.

Most of the beginners and non-beginners only use the drop down list of "Jump to a project ..." when they access to some projects.

Actions #11

Updated by Marius BÄ‚LTEANU almost 7 years ago

Go MAEDA wrote:

+1
I think it would be better to list public projects for the following reasons.

Good idea. Also, I think that would be nice to have them grouped by project type (public|private).

Actions #12

Updated by Go MAEDA almost 7 years ago

Marius BALTEANU wrote:

Good idea. Also, I think that would be nice to have them grouped by project type (public|private).

Thanks for the feedback.

Grouping feature is really nice. But in order to this small improvement be delivered faster, I think it would be better to add further improvement after this patch is merged. Obvious UI change may be controversial.

Actions #13

Updated by Go MAEDA almost 7 years ago

  • Target version set to 3.4.0
Actions #14

Updated by Jean-Philippe Lang almost 7 years ago

  • Target version deleted (3.4.0)

We cannot always list all visible projects. As a user, I personnaly don't want that but to see only my projects in this dropdown. I agree that it can be fine in some cases but we'll add it later as an option for the user, not as the default behaviour.

Actions #15

Updated by Go MAEDA almost 7 years ago

Jean-Philippe Lang wrote:

I agree that it can be fine in some cases but we'll add it later as an option for the user, not as the default behaviour.

Thanks for your feedback. I will try to make a such patch.

Actions #16

Updated by Go MAEDA almost 7 years ago

  • Related to Patch #5556: Display more projects in project jump box added
Actions

Also available in: Atom PDF