{ "id": "99552", "key": "TIMOB-10531", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "14065", "description": "Sprint 2012-17 API", "name": "Sprint 2012-17 API", "archived": true, "released": true, "releaseDate": "2012-08-27" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-03T04:12:26.000+0000", "created": "2012-08-21T14:41:01.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_android", "qe-review", "qe-testadded", "regression" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-25T11:26:01.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Steps to reproduce: \r\n1. Run this code\r\n{code}\r\n//Create a new contact\r\nvar contact = Ti.Contacts.createPerson({\r\n firstName: 'David',\r\n lastName: 'Burrow',\r\n}); \r\n\r\n//Query for contact\r\nvar people = Ti.Contacts.getPeopleWithName(\"David Burrow\");\r\nif (people.length > 0) {\r\n var person = people[0];\r\n Ti.API.info(\"fullName: \" + person.fullName);\r\n}\r\n\r\n{code}\r\n\r\n\r\n2. Log shows fullName is \"\". It should be \"David Burrow\". This is a regression, works in 2.1.1 GA.\r\n", "attachment": [], "flagged": false, "summary": "Android: Contacts \"fullName\" property always return empty string when query.", "creator": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "216222", "author": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as fixed. Tested and verified on:\r\nTitanium Studio, build: 2.1.2.201208201549\r\nTitanium SDK, build: 2.2.0.v20120824175712\r\nDevices: Nexus S (4.1.1), HTC Evo (4.0.3)\r\n\r\nLog shows FullName: David Burrow", "updateAuthor": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-27T11:17:13.000+0000", "updated": "2012-08-27T11:17:13.000+0000" }, { "id": "217323", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reopening to update labels", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-03T04:09:44.000+0000", "updated": "2012-09-03T04:09:44.000+0000" }, { "id": "294570", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Anvil test case added.\nPR Link: \nhttps://github.com/appcelerator/titanium_mobile/pull/5380", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-25T11:26:01.000+0000", "updated": "2014-02-25T11:26:01.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }