Vote #66570
完了Filter the issue list by issue ids
0%
説明
It should be possible to filter by issue id (the # column).
Now (Redmine 0.9.2-devel) it is not.
journals
Type an issue id in the search field and hit enter.
--------------------------------------------------------------------------------
Hello Jean-Philippe,
The search by number allows to find just one issue. How can we search or filter for multiple issue Ids'?
A typical scenario is "I've got a list of issue numbers, and want a list of these issues, with links etc.".
There's no filter for Issue Id on the Issues page, and entering multiple issue Ids into the Search does not bring the issues with the entered numbers. Either an empty resultset, or a list of issues referring to these issues.
Example: trying to quickly get a list composed of this issue and the possibly related #6180 and #3627 : http://www.redmine.org/search/index/redmine?q=4806+6180+3627&scope=&issues=1&submit=Submit
+Expected:+
1. entering multiple numbers in Search with *All words* unchecked searches also in issue Ids; issues with exactly matching Ids are returned on top of the list (i.e., before any "referring" issues). Maybe a separate checkbox "Search issue Ids"
2. a filter on the Issues page with appropriate operators (equals, not equals, is in list, is not in list - do I miss anything?). And a space- or comma-separated list of issue Ids as the input field.
Let's elaborate this further if needed...Drop me a note.
--------------------------------------------------------------------------------
Please don't set assignee.
--------------------------------------------------------------------------------
+1 vote
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1, but modified...
Recently, I just ran across a situation where I needed to close a large number of errantly filed tickets. They all had sequential numbers, so I thought it would be easy to bulk-close them...
issue >= X && issue <= Y
The other comments do not mention such range/bounds operations, which... AFAICS, would be the primary motivator for adding this as a search criteria (esp. if a site was hit by a spambot, or something: X<issue<Y && issue!=1234).
--------------------------------------------------------------------------------
From my point of view it would be usefull to filter by #, especally for documentation.
For testing I have to generate a list of fixed bugs for my testing team. When the test is done I need the list of all fixed items with the actualized status. For this purpose a list of items selected by id would be verry helpfull because normaly the status of the ticket has been changed meanwhile.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Feature added. You can filter on one or multiple (using comma separated ids) issue ids, or by range.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Works fine in Redmine 3.3.3
Like this:
<pre>
http://redmine.url/projects/project-name/issues?set_filter=1&status_id=*&issue_id=12345,12346,12347
</pre>
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,22676,Static issue list URLs
relates,Closed,23596,Filter on issue ID with between/lesser/greater operator does not work
relates,Closed,19560,Add some option to export only selected issues
relates,Closed,19563,Filter Issues based on selected issues only.
relates,Closed,10259,Allow getting a list of issues by ID through the API
relates,New,33352,Enable inline issue autocomplete in issue id query filter fields
relates,Closed,14125,Issue cherry picking
duplicates,Closed,17997,Allow creation of custom issue lists (aka, "cherry pick" specific issues)