{ "id": "159249", "key": "ALOY-1483", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "11113", "key": "ALOY", "name": "Alloy", "projectCategory": { "id": "10400", "description": "Tools for developing applications", "name": "Tooling" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2016-04-01T11:25:27.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "batman", "key": "batman", "displayName": "Bruce Wayne", "active": true, "timeZone": "America/New_York" }, "updated": "2016-04-01T11:25:27.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "12326", "name": "XML", "description": "View XML and parsing" } ], "description": "I'd like to be able to do:\r\n\r\n{code:xml}\r\n\r\n \r\n{code}\r\n\r\nCurrently this compiles to:\r\n\r\n{code:js}\r\n $.__views.__alloyId0 = Ti.UI.createLabel({\r\n text: 'L(\"time\") :',\r\n id: \"__alloyId0\"\r\n });\r\n{code}\r\n\r\nWhile I'd like it to be:\r\n\r\n{code:js}\r\n $.__views.__alloyId0 = Ti.UI.createLabel({\r\n text: L(\"time\") + ' :',\r\n id: \"__alloyId0\"\r\n });\r\n{code}", "attachment": [], "flagged": false, "summary": "Support composite use of L(key) and strings in XML attribute values", "creator": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": null, "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }