Actions
Defect #10164
closedinconsistent field in "News" REST API: "user name"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
No feedback
Affected version:
Description
Redmine 1.3.0 REST API returns this in "news" section:
<author name="rest last" id="95"/>
there's no such field as "name" for users in Redmine.
there are:
first name
last name
login
suggestion: provide all three values in "author" section: first, last names plus login.
e.g.:
<author firstName="myFirst" lastName="mylast" login="user1" id="95"/>
Updated by Daniel Felix over 12 years ago
- Status changed from New to Needs feedback
Is this still appearing after Redmine 2.3 has splitter the username in first and last name?
Otherwise this could be a 2.4 goal?
Updated by Alex Last over 12 years ago
I see the last released Redmine is 2.2.3. I can check when 2.3 is out.
Updated by Jan Niggemann (redmine.org team member) almost 12 years ago
Any update on this?
Updated by Jan Niggemann (redmine.org team member) almost 10 years ago
- Status changed from Needs feedback to Closed
- Resolution set to No feedback
Actions