Project

General

Profile

Actions

Feature #1003

closed

Allow "New Issue" from anywhere

Added by Steve V about 16 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2008-04-05
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

The only way to currently add a new issue is to navigate to a project, and then click the "New Issue" link. This ends up being quite a number of clicks. So if you're on your dashboard, and you view all issues you have to trudge through everything to get to the point where you can add a new one. It would be a lot easier if the "New Issue" link was always available, and if clicked from a project agnostic page it would present a simple drop down of projects either before the actual issue entry page, or right on it.


Related issues

Related to Redmine - Patch #2457: Different style of new issue/timelog interfaceNeeds feedbackMischa The Evil2009-01-07

Actions
Related to Redmine - Feature #6204: Make the "New issue" menu item optionalClosedJean-Philippe Lang2010-08-25

Actions
Related to Redmine - Patch #1022: Patch for #1003Closed2008-04-08

Actions
Related to Redmine - Defect #19276: Creating new issues with invalid project_id should return 422 instead of 403 errorClosedJean-Philippe Lang

Actions
Has duplicate Redmine - Feature #10266: Global means for creating an issueClosed

Actions
Actions #1

Updated by Rocco Stanzione about 16 years ago

Please test my patch in #1022

Actions #2

Updated by Jonathan Lahijani almost 16 years ago

Building off of this ticket, I think it's a little odd to have the "New Issue" link in the primary menu of a project as this is not consistent with the other "New" buttons. What are your thoughts of removing it from the primary menu and adding the "New issue" button to the Issues page, along with having a quick, global way to create a new issue as provided in this patch since this is a common task?

Actions #3

Updated by Rocco Stanzione almost 16 years ago

Is there a global issues page that I don't know about? I put it in the main menu (I share your concern about that) so it would be everywhere, and because it's such a frequently used item. It's definitely possible there's a better place for it, but the point is to make it non-project-specific, so it needs to be in a universally accessible location.

Actions #4

Updated by Maxim Krušina almost 16 years ago

Jonathan> Soory, but I'm very happy with "New Issue" tab as it is now. Maybe add it to some other places is good idea, but for me it's just on right place. When I'm starting new project, it's most used controll ;)

PS: Idea of this tab was taken from Trac, where it was implemented in this way and it was very great sollution for us.

Actions #5

Updated by Alexander A over 13 years ago

Rocco Stanzione wrote:

Is there a global issues page that I don't know about? I put it in the main menu (I share your concern about that) so it would be everywhere, and because it's such a frequently used item. It's definitely possible there's a better place for it, but the point is to make it non-project-specific, so it needs to be in a universally accessible location.

And someone will want the New document or the New file list were always accessible to addition and then the global menu of the project will turn to not clear. And it will break structure and logic of elements of the menu.
The decision can be such:
1. The button to Add a issue to make as here: Feature #6204
2. To make adjusted area "the Adjusted menu" where the user can add menu points at own discretion: the New document, the New file, the New issue and others.

Actions #6

Updated by Daniel Felix about 11 years ago

Well I'm not sure if this is the right way. If you add some issue tab which is accessible from everywhere you have to select the project which should get this issue. But you have the quick menu on the top right, where you can jump to the project you want and add your note there. Both ways have the same click count. But the second way is already implemented. ;-)

Well I think this issue could be closed.

Actions #7

Updated by Daniel Felix about 11 years ago

  • Status changed from New to Closed

I'm closing this issue. For further reasons see my previous post.

Actions #8

Updated by Luís Faceira over 10 years ago

I disagree with Daniel's reasoning, and would very much appreciate the "New Issue" to be available globally.

You are right that the number of clicks is the same (3), and just in a different order from the both approaches:

  • click on a drop-down that lists all projects
  • click on the project on that list
  • click on a "New Issue" button

In a preliminary analysis it might seem just a question of reordering the same amount of clicks, but having a global "New issue" button, IMHO, would bring two very significant advantages:

  1. Option to right-click and open in a new tab
  2. Auto-select the drop-down to select project

The added value of having those "extras" becomes more apparent by describing my current process and what can change because of having a global option to create issue.
I'm constantly managing cross-project lists of issues and to be able to KEEP that tab opened and create a new issue, I actually end up doing 5 clicks:

  1. Right-click on "something else" on the page (e.g. "Home")
  2. Click on "Open in a new tab"
  3. Click on the drop-down list of projects
  4. Click on the project from the list
  5. Click on "New Issue"

But with a global "New Issue", that auto-selects the drop-down list of projects, I would do:

  1. Right-click on the "New Issue" global option
  2. Click on "Open in a new tab"
  3. Select project from auto-selected drop-down

Also note that it's usual and intuitive to auto-select the first input of a form to be filled and that this third action could actually be achieved even quickier through the keyboard instead of the mouse.

Besides the cutting-down on the number of actions on such a repetitive task that someone like me does when managing cross-project lists of issues, it would avoid the ackward and disorienting first-step of the current solution that to open a new tab I need to click on "something else", which also makes me once in a while freeze a bit.

Even better (but probably much more complicated to implement) and not sure if there's an issue already for that, would be to NOT need to open a new tab to create an issue without loosing current context and to be able to create an issue inside a pop-up.

Actions #9

Updated by Reimund Klain over 9 years ago

+1

Actions #10

Updated by Ilya Andreyuk over 8 years ago

I have found one issue associated with this feature.
Because of the following changes:
https://github.com/redmine/redmine/commit/3da7b1bc2882cfb02c5068680979158322242398#diff-7ab71e5c63eb9fdf6fa63cf71ea5ab3bL24
Now it's not possible to use project identifier instead project id for issue creating (e.g. using an api).

Actions #11

Updated by Mischa The Evil over 8 years ago

Ilya Andreyuk wrote:

I have found one issue associated with this feature.
[...]
Now it's not possible to use project identifier instead project id for issue creating (e.g. using an api).

This is reported and discussed in #19276 and its duplicate #20119. A quick summary about using a project identifier instead of a project id is given by Jean-Philippe Lang in #19276#note-8: "Project identifier can be used as a filter and even if it used to work, it was never supposed to be used as a project_id value when creating an issue, [...]"

This issue is currently already closed. Please open a new issue if you want to report a new issue.

Actions #12

Updated by Mischa The Evil over 8 years ago

  • Related to Defect #19276: Creating new issues with invalid project_id should return 422 instead of 403 error added
Actions

Also available in: Atom PDF