{ "id": "153013", "key": "TIMOB-19936", "fields": { "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": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-05-22T22:55:25.000+0000", "created": "2015-11-12T08:26:34.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "14826", "description": "Release 5.1.0-remaining iOS9 features, Android M features", "name": "Release 5.1.0", "archived": false, "released": true, "releaseDate": "2015-11-20" } ], "issuelinks": [ { "id": "52297", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "inwardIssue": { "id": "162263", "key": "TIMOB-23702", "fields": { "summary": "Windows: Implement Titanium.Network.Socket", "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": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-05-31T17:04:10.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": "Implement {{Ti.Network.Socket.UDP}} for Windows\r\n\r\nhttp://docs.appcelerator.com/platform/latest/#!/api/Titanium.Network.Socket.UDP\r\n\r\n{code}\r\nvar socket = Ti.Network.Socket.createUDP({\r\n started: function (e) {\r\n socket.sendString(e.port, e.address, \"Hello, World!\");\r\n },\r\n data: function (e) {\r\n alert(e.stringData);\r\n Ti.API.info('Socket received data: ' + e.stringData);\r\n Ti.API.info('bytes: ' + e.bytesData.length);\r\n Ti.API.info('address: ' + e.address);\r\n Ti.API.info('port: ' + e.port);\r\n },\r\n error: function (e) {\r\n alert('Socket error: ' + e.error);\r\n }\r\n});\r\nsocket.start(6262);\r\n{code}\r\n\r\nExpected: This should show 'Hello, World!' message box.", "attachment": [], "flagged": false, "summary": "Windows: Implement Ti.Network.Socket.UDP", "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": 896, "state": "closed", "name": "2017 Sprint 11 SDK", "startDate": "2017-05-22T02:41:17.888Z", "endDate": "2017-06-05T02:41:00.000Z", "completeDate": "2017-06-05T00:14:33.418Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "419435", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/995", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-10T03:52:18.000+0000", "updated": "2017-05-10T03:52:18.000+0000" }, { "id": "420698", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified feature in 6.2.0.v20170531081104. Test and other information can be found at: \r\nhttps://github.com/appcelerator/titanium_mobile_windows/pull/995", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-05-31T17:04:04.000+0000", "updated": "2017-05-31T17:04:04.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }