{ "id": "115899", "key": "TIMOB-14218", "fields": { "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true }, "parent": { "id": "109043", "key": "TIMOB-12553", "fields": { "summary": "TiAPI: Implement \"apiName\" property on proxies", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "15703", "description": "2013 Sprint 22", "name": "2013 Sprint 22", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "15704", "description": "2013 Sprint 22 API", "name": "2013 Sprint 22 API", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-10-23T22:44:21.000+0000", "created": "2013-06-13T19:09:06.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [ { "id": "29577", "type": { "id": "10020", "name": "Depends", "inward": "is dependent of", "outward": "depends on" }, "outwardIssue": { "id": "114860", "key": "TIMOB-13968", "fields": { "summary": "Specification: Create \"apiName\" property specification", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } } ], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-14T18:19:15.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": "We need to implement the apiName constants. Every proxy will need to expose this constant. The spec is listed in TIMOB-13968", "attachment": [], "flagged": false, "summary": "Android: Implement apiName constants", "creator": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "276273", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4826\nTest case:\n{code}\nvar b = Ti.UI.createButton();\n\nTi.API.info(\"************** Button: \" + b.apiName+ \", \" + b.getApiName());\nTi.API.info(\"************** Yahoo: \" + Ti.Yahoo.apiName + \", \" + Ti.Yahoo.getApiName());\nTi.API.info(\"************** API: \" + Ti.API.apiName + \", \" + Ti.API.getApiName());\n\nb.apiName = \"changed\";\nTi.Yahoo.apiName = \"changed\";\nTi.API.apiName = \"changed\";\n\nTi.API.info(\"************** Button: \" + b.apiName+ \", \" + b.getApiName());\nTi.API.info(\"************** Yahoo: \" + Ti.Yahoo.apiName + \", \" + Ti.Yahoo.getApiName());\nTi.API.info(\"************** API: \" + Ti.API.apiName + \", \" + Ti.API.getApiName());\n{code}\nRun the above test case, the \"apiName\" is read-only so the output should not be \"changed\".", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-22T23:22:35.000+0000", "updated": "2013-10-22T23:22:35.000+0000" }, { "id": "412138", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-14T18:19:15.000+0000", "updated": "2017-03-14T18:19:15.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }