{ "id": "113304", "key": "TIMOB-13656", "fields": { "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "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": "15645", "description": "2013 Sprint 18 Core", "name": "2013 Sprint 18 Core", "archived": true, "released": true, "releaseDate": "2013-09-06" }, { "id": "15646", "description": "2013 Sprint 18", "name": "2013 Sprint 18", "archived": true, "released": true, "releaseDate": "2013-09-06" }, { "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-28T00:35:06.000+0000", "created": "2013-04-23T20:48:29.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [ { "id": "28181", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "113492", "key": "TISTUD-4416", "fields": { "summary": "Update Studio to utilize the 360 endpoint for api.appcelerator.net in the CLI", "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": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2017-03-14T18:18:55.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": "Different environments will have different login endpints: test, dev, pre-prod, enterprise, vpc. To accommodate these different environments, the cli will have to make the login endpoint configurable - currently it is hard-coded to api.appcelerator.net. This can be configured via the config file or via a parameter\r\n\r\nThis is preventing Studio from working properly against the enterprise cluster, ie unable to login means users can't create projects. As a work-around, users would have to have the same username/password on all api.appcelerator.net type servers", "attachment": [], "flagged": false, "summary": "CLI needs to support the ability to specify different login endpoints", "creator": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "249347", "author": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This ticket needs to be scheduled at the latest sprint 10", "updateAuthor": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-29T15:15:56.000+0000", "updated": "2013-04-29T15:15:56.000+0000" }, { "id": "251481", "author": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~ingo][~cbarber] As previously discussed, this should be done for 3.1.1. Updated the fix version", "updateAuthor": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-13T03:32:44.000+0000", "updated": "2013-05-13T03:32:44.000+0000" }, { "id": "256050", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~nle] Is this still a priority for 3.1.1? Aren't we past code freeze for 3.1.1?\n\n/cc [~ingo]", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-06-05T05:12:47.000+0000", "updated": "2013-06-05T05:12:47.000+0000" }, { "id": "256259", "author": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~cbarber] It is not a priority for 3.1.1", "updateAuthor": { "name": "nle", "key": "nle", "displayName": "Nam Le", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-06-05T21:19:15.000+0000", "updated": "2013-06-05T21:19:15.000+0000" }, { "id": "268511", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Fixed by https://github.com/appcelerator/titanium/commit/14dff9f9895167cf84be7715a88996b6ae604e87!\r\n\r\nThe two Titanium CLI config options you need to set are:\r\n\r\n* cli.auth.loginUrl\r\n* cli.auth.logoutUrl\r\n\r\nYou can set these via:\r\n\r\n{code}\r\nti config cli.auth.loginUrl \"http://www.google.com\"\r\n{code}\r\n\r\nYou can pass these in at the command line by running:\r\n\r\n{code}\r\nti --config \"{cli:{auth:{loginUrl:'http://www.google.com',logoutUrl:'http://www.yahoo.com'}}}\" login\r\n{code}", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-08-28T00:35:06.000+0000", "updated": "2013-08-28T00:35:06.000+0000" }, { "id": "412137", "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:18:55.000+0000", "updated": "2017-03-14T18:18:55.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }