Project

General

Profile

Actions

Defect #7310

closed

REST API Parameter GET /issues.xml?assigned_to=me doesn't work

Added by Matthias Neubert about 13 years ago. Updated over 3 years ago.

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

0%

Estimated time:
Resolution:
Cant reproduce
Affected version:

Description

Hello,

I currently extend IntelliJ IDEAs Redmine PlugIn.

I want to query only for Issues which are assigned to one user.

e.g. Redmine-User-Login ist "mat"
so I hoped that GET /issues.xml?assigned_to=mat will deliver issues assigned to mat
Even if I try GET /issues.xml?assigned_to=MyFull%20Name it doesn't work.
It always returns the full issue list.

I also hope if you can fix this, that /projects/myproject1/issues.xml?assigned_to=mat
will work too.

Is this a bug in Redmine Rest API or what is my mistake

regards
Matthias

ps: I also tried to add the users api key to the request but that doesn't help

Actions

Also available in: Atom PDF