Project

General

Profile

Actions

Feature #10259

closed

Allow getting a list of issues by ID through the API

Added by Daan Broekhof about 12 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Currently it is impossible to get a list of issues from the API via GET /issues.xml, if you only have a list of issue ids.

The only way to get their data is to retrieve them one by one through the API /issues/[id].xml, which is too slow for practical integration purposes if you have more than 10 issues.

In our company plugin we have added this feature by adding an 'id' entry to query::available_filters as a ':list_optional' and empty ':values', but this also inserts the 'id' filter in the issues query with an empty dropdown, not the prettiest solution...


Related issues

Related to Redmine - Feature #10828: Request multiple distinct values including issue id, parent_id, root_idNewJean-Philippe Lang

Actions
Related to Redmine - Feature #4806: Filter the issue list by issue idsClosedJean-Philippe Lang2010-02-11

Actions
Actions

Also available in: Atom PDF