Feature #22676
closedStatic issue list URLs
0%
Description
Often I would like to talk in an email about a group of e.g. five issues. In order to provide fast access to the issues, I need to copy all the issues' URLs into the mail. It would be very nice to have URLs like https://www.redmine.org/issues?query_id=270,359,267,293,118
that would open a corresponding issue list page.
(Bugzilla does this: https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&bug_id=270,359,267,293,118)
Related issues
Updated by Jean-Philippe Lang over 8 years ago
- Related to Feature #4806: Filter the issue list by issue ids added
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Duplicate
Done, see #4806.
You can use the context menu on the issue list to link to a query that filters the selected issues, or generate a link manually, eg: /issues?issue_id=17302,17322&set_filter=1&status_id=*
Updated by Robert Pollak over 7 years ago
It seems that the list also works in simplified form, without set_filter
and status_id
: /issues?issue_id=17302,17322
Why doesn't the context menu create this instead?