{ "id": "162419", "key": "TIMOB-23732", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2021-02-11T12:18:40.000+0000", "created": "2016-08-04T18:16:06.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "qe-5.4.0" ], "versions": [ { "id": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "issuelinks": [], "assignee": null, "updated": "2021-02-11T12:18:40.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "h5.Description\r\n\r\nUnable to set instantMessage property of a contact\r\n\r\n{code}\r\nfunction logContactDetails(searchName) {\r\n\tvar singleValue = [\r\n\t 'recordId', 'firstName', 'middleName', 'lastName', 'fullName', 'prefix', 'suffix', \r\n\t 'nickname', 'firstPhonetic', 'middlePhonetic', 'lastPhonetic', 'organization', \r\n\t 'jobTitle', 'department', 'note', 'birthday', 'created', 'modified', 'kind'\r\n\t];\r\n\tvar multiValue = [\r\n\t 'email', 'address', 'phone', 'instantMessage', 'relatedNames', 'date', 'url'\r\n\t];\r\n\r\n\tvar people = Ti.Contacts.getPeopleWithName(searchName);\r\n\tconsole.log(people.length);\r\n\tfor (var i=0, ilen=people.length; i