Feature #4806
closedFilter the issue list by issue ids
0%
Description
It should be possible to filter by issue id (the # column).
Now (Redmine 0.9.2-devel) it is not.
Related issues
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Closed
Type an issue id in the search field and hit enter.
Updated by Victor Dulepov over 13 years ago
- Status changed from Closed to Reopened
- Assignee set to Jean-Philippe Lang
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.
Updated by Etienne Massip over 13 years ago
- Assignee deleted (
Jean-Philippe Lang)
Please don't set assignee.
Updated by Robert Hailey over 10 years ago
+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
Updated by Andreas Witt over 8 years ago
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.
Updated by Jean-Philippe Lang over 8 years ago
- Related to Feature #22676: Static issue list URLs added
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from Reopened to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 3.3.0
- Resolution set to Fixed
Feature added. You can filter on one or multiple (using comma separated ids) issue ids, or by range.
Updated by Jean-Philippe Lang over 8 years ago
- Subject changed from Filter by issue id to Filter the issue list by issue ids
Updated by Go MAEDA over 8 years ago
- Category changed from Search engine to Issues filter
Updated by Toshi MARUYAMA about 8 years ago
- Related to Defect #23596: Filter on issue ID with between/lesser/greater operator does not work added
Updated by Ivan Tsybanenko over 7 years ago
Works fine in Redmine 3.3.3
Like this:
http://redmine.url/projects/project-name/issues?set_filter=1&status_id=*&issue_id=12345,12346,12347
Updated by Go MAEDA over 5 years ago
- Related to Feature #19560: Add some option to export only selected issues added
Updated by Go MAEDA over 5 years ago
- Related to Feature #19563: Filter Issues based on selected issues only. added
Updated by Go MAEDA over 5 years ago
- Related to Feature #10259: Allow getting a list of issues by ID through the API added
Updated by Mischa The Evil over 4 years ago
- Related to Feature #33352: Enable inline issue autocomplete in issue id query filter fields added
Updated by Go MAEDA over 3 years ago
- Related to Feature #14125: Issue cherry picking added
Updated by Go MAEDA over 3 years ago
- Has duplicate Feature #17997: Allow creation of custom issue lists (aka, "cherry pick" specific issues) added