{ "id": "129128", "key": "TIMOB-16853", "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": [ { "id": "16092", "description": "2014 Sprint 08", "name": "2014 Sprint 08", "archived": true, "released": true, "releaseDate": "2014-04-24" }, { "id": "16095", "description": "2014 Sprint 08 Tooling", "name": "2014 Sprint 08 Tooling", "archived": true, "released": true, "releaseDate": "2014-04-24" }, { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-04-18T13:52:44.000+0000", "created": "2014-04-16T18:06:03.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-3.2.3", "qe-testadded", "regression" ], "versions": [ { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2014-07-22T09:42:35.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" } ], "attachment": [ { "id": "47339", "filename": "colors.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-16T18:11:26.000+0000", "size": 173022, "mimeType": "image/png" }, { "id": "47338", "filename": "nocolors.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-16T18:11:26.000+0000", "size": 55383, "mimeType": "image/png" } ], "flagged": false, "summary": "CLI: --no-colors flag is not respected on prompted options", "creator": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio, build: 3.2.3.201404151910\r\nTitanium SDK, build: 3.2.3.v20140415094118\r\nNode.JS Version: v0.10.13\r\nNPM Version: 1.3.2\r\n├── acs@1.0.14\r\n├── alloy@1.3.1\r\n├── node-appc@0.2.0\r\n├── npm@1.3.2\r\n├── titanium@3.2.3-beta\r\n└── titanium-code-processor@1.1.1-beta1\r\nXcode 5.1.1", "comment": { "comments": [ { "id": "301364", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Titanium CLI master pull request: https://github.com/appcelerator/titanium/pull/128\nTitanium CLI 3_2_X pull request: https://github.com/appcelerator/titanium/pull/129\n\nTitanium SDK master pull request: https://github.com/appcelerator/titanium_mobile/pull/5624\nTitanium SDK 3_2_X pull request: https://github.com/appcelerator/titanium_mobile/pull/5625", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-04-18T00:20:35.000+0000", "updated": "2014-04-18T00:20:35.000+0000" }, { "id": "301365", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "To test, run:\n\n1) ti setup --no-colors\n2) ti setup --no-color\n3) ti config cli.colors false\n4) ti setup\n5) ti config cli.colors true\n6) ti build -p ios --device-id foo --no-colors", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-04-18T00:21:39.000+0000", "updated": "2014-04-18T00:21:39.000+0000" }, { "id": "301411", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "All tests described by Chris work as expected", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-04-18T13:52:44.000+0000", "updated": "2014-04-18T13:52:44.000+0000" }, { "id": "301458", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed. Verified --no-colors flag is respected and using Chris's steps for testing.\n\nTested on:\n\nCLI: 3.2.3-beta2, 3.3.0-dev\nSDK build: 3.2.3.v20140418101718, 3.3.0.v20140418104916 \nAlloy: 1.3.1\nXcode: 5.1.1", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-04-18T18:37:11.000+0000", "updated": "2014-04-18T18:37:11.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }