Project

General

Profile

Actions

Feature #7487

open

change "author" field format to have login, fname, lname instead of ambiguous "full name"

Added by Alex Last about 13 years ago. Updated almost 6 years ago.

Status:
New
Priority:
Normal
Category:
REST API
Target version:
-
Start date:
2011-01-29
Due date:
% Done:

0%

Estimated time:
Resolution:

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"/>

can we have several separate attributes for "author" and "assigned_to" instead:
  • 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.

Actions

Also available in: Atom PDF