{ "id": "116512", "key": "ALOY-725", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "11113", "key": "ALOY", "name": "Alloy", "projectCategory": { "id": "10400", "description": "Tools for developing applications", "name": "Tooling" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-07-08T14:37:12.000+0000", "created": "2013-06-26T19:23:44.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-22T13:23:12.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": [], "description": "In the TSS, the following is flagged as an error, even though it's a valid property value for a text field.\r\n\r\n{code}\r\n'#someTextField':{\r\n autoLink: AUTOLINK_ALL\r\n}\r\n{code}\r\n\r\nThe following clears the error, but is in fact an error and causes a force-close on the app (on Android):\r\n\r\n{code}\r\n'#someTextField':{\r\n autoLink: 'AUTOLINK_ALL'\r\n}\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "autoLink values show as error in TSS files", "creator": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "environment": null, "comment": { "comments": [ { "id": "260952", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~skypanther] shouldn't it be Ti.UI.AUTOLINK_ALL, not just AUTOLINK_ALL?", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-08T13:59:11.000+0000", "updated": "2013-07-08T13:59:31.000+0000" }, { "id": "260956", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "*facepalm* yep, they're supposed to be constants -- Ti.UI.Android.LINKIFY_ALL", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2013-07-08T14:37:12.000+0000", "updated": "2013-07-08T14:37:12.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }