{ "id": "164375", "key": "TIMOB-24099", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-12-09T00:29:18.000+0000", "created": "2016-11-04T00:37:52.000+0000", "epic": { "id": 162541, "key": "TIMOB-23765", "name": "Hyperloop for Windows", "summary": "Windows: Direct API Access not working ", "color": { "key": "color_1" }, "done": false }, "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "issuelinks": [ { "id": "54753", "type": { "id": "10020", "name": "Depends", "inward": "is dependent of", "outward": "depends on" }, "outwardIssue": { "id": "167185", "key": "TIMOB-24595", "fields": { "summary": "Windows: Hyperloop addEventListener doesn't work", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-05-02T02:13:51.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": "Mix and match Hyperloop WinRT APIs and Titanium APIs together. For instance calling Titanium APIs from a native event callback, or calling Native APIs inside a callback registered with Titanium APIs. Also, we might want to mix and match {{Titanium.UI.View}} and its subclasses with any WinRT API expecting a {{Windows.UI.Xaml.UIElement}}.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({}),\r\n TextBlock = require('Windows.UI.Xaml.Controls.TextBlock'),\r\n text = new TextBlock();\r\n\r\ntext.Text = \"Hello, world!\";\r\n\r\nwin.add(text);\r\nwin.open();\r\n{code}\r\n", "attachment": [ { "id": "62056", "filename": "error.png", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-04-19T20:30:05.000+0000", "size": 60261, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: Mix WinRT APIs with Titanium APIs", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 770, "state": "closed", "name": "2016 Sprint 25 SDK", "startDate": "2016-12-03T01:53:07.491Z", "endDate": "2016-12-17T01:53:00.000Z", "completeDate": "2016-12-21T03:19:43.884Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "402856", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/899", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-12-07T07:21:59.000+0000", "updated": "2016-12-07T07:21:59.000+0000" }, { "id": "417707", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~kota] just adding to the ticket the error that was seen. For reference, this was the environment:\r\nNode Version: 6.10.1\r\nNPM Version: 4.4.4\r\nAppc CLI: 6.2.0\r\nAppc CLI NPM: 4.2.9\r\nTitanium SDK version: 6.1.0\r\nAppcelerator Studio, build: 4.8.1.201612050850\r\nHyperloop 2.1.0\r\n\r\n!error.png|thumbnail!", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-04-19T20:29:49.000+0000", "updated": "2017-04-19T20:30:30.000+0000" }, { "id": "417890", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Just removed \"Hyperloop 2.1.0\" from fixVersion because this ticket is actually depending on SDK 6.1.0.\r\nThere's nothing to fix for Hyperloop module itself.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-04-24T04:54:36.000+0000", "updated": "2017-04-24T04:54:36.000+0000" }, { "id": "418306", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This ticket can be closed once we resolve TIMOB-24595.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-04-29T13:57:10.000+0000", "updated": "2017-04-29T13:57:10.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }