{ "id": "112942", "key": "TIMOB-13593", "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": "15576", "description": "2013 Sprint 16", "name": "2013 Sprint 16", "archived": true, "released": true, "releaseDate": "2013-08-12" }, { "id": "15577", "description": "2013 Sprint 16 Core", "name": "2013 Sprint 16 Core", "archived": true, "released": true, "releaseDate": "2013-08-12" }, { "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-08-02T23:18:44.000+0000", "created": "2013-04-16T16:33:43.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-3.1.0", "qe-closed-3.2.0" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "52494", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "64909", "key": "TIMOB-3812", "fields": { "summary": "Ability to rename an SDK ", "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": "Low", "id": "4" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "52495", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "77989", "key": "TIMOB-4726", "fields": { "summary": "iOS: Bug when try to compile a mobile_sdk with spaces in the name", "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": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "32804", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "121631", "key": "TIDOC-1329", "fields": { "summary": "Guide: Update CLI guide for new features", "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": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2016-08-19T23:12:32.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": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "CLI: allow ti sdk install to specify CI SDK versions.\r\n\r\nFor example, if I run:\r\n\r\nti sdk install 3.1.0.v20130415184552\r\n\r\nI would expect that version to install.\r\n\r\nCurrently, the result is:\r\n\r\n[ERROR] Invalid version \"3.1.0.v20130415184552\"", "attachment": [], "flagged": false, "summary": "CLI: Allow ti sdk install to specify CI SDK versions", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Software OS X 10.8.3 (12D78)\r\nTitanium SDK 3.1.0.v20130415014231\r\nnode v0.8.22\r\n├── npm@1.2.14\r\n├── titanium@3.1.0-cr", "comment": { "comments": [ { "id": "263331", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "https://github.com/appcelerator/titanium/pull/50\nhttps://github.com/appcelerator/node-appc/pull/50", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-07-26T02:00:04.000+0000", "updated": "2013-07-26T02:00:04.000+0000" }, { "id": "264234", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "You can install an SDK multiple ways:\n\nBy version:\n1) Run \"ti sdk install 3.1.1.GA\"\n\nBy version and branch\n1) Run \"ti sdk -r --branch master\"\n2) Select a master branch build version\n3) Run \"ti sdk install --branch master\"\n\nBy URL:\n1) Go to http://builds.appcelerator.com/#master\n2) Choose a build and copy its URL\n3) Run \"ti sdk install http://builds.appcelerator.com/mobile/master/mobilesdk-3.2.0.v20130730132443-osx.zip\"\n\nBy file:\n1) Go to http://builds.appcelerator.com/#master\n2) Choose a build and download it (wget http://builds.appcelerator.com/mobile/master/mobilesdk-3.2.0.v20130730132443-osx.zip)\n3) Run \"ti sdk install mobilesdk-3.2.0.v20130730132443-osx.zip\"", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-07-31T19:15:38.000+0000", "updated": "2013-07-31T19:15:38.000+0000" }, { "id": "283701", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and verified the fix with:\nCLI 3.2.0-cr\nAlloy 1.3.0-cr\nMac osx 10.9 Mavericks\n\nInstalled SDK version by using the command\n{code}\nti sdk install 3.1.3.GA\n{code}", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-11T00:35:45.000+0000", "updated": "2013-12-11T00:35:45.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }