Feature #7487
openchange "author" field format to have login, fname, lname instead of ambiguous "full name"
0%
Description
"author" and "assigned_to" fields included in "get issues" XML response have user full name under ambiguous "name" attribute:
<author name="Alexey Java" id="421"/>
<assigned_to name="Alexey Java" id="421"/>
- login
- id
- firstName
- lastName
?
this would simplify the response parsing. I can't reconstruct firstName and lastName from this response without making a separate "getUsers()" call to the server, which seems unnecessary.
Updated by Etienne Massip over 13 years ago
- Tracker changed from Defect to Feature
Updated by Terence Mill almost 13 years ago
It should be possible to set author by all attributes only which have key property (login, email, internal id)
Updated by Alex Last over 11 years ago
this is about the response from the server, not about setting values by the clients. we can't properly parse the server response from this combined "name" which actually contains a combination of first name, space, then last name - what if they contain spaces in names?..
Updated by Alex Last over 6 years ago
if anyone is working on REST API, is it possible to make this improvement? this can be made in a backward-compatible manner by adding new fields to the response.