{ "id": "104048", "key": "TIMOB-11601", "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": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14619", "description": "2012 Sprint 23 Core", "name": "2012 Sprint 23 Core", "archived": true, "released": true, "releaseDate": "2012-11-19" }, { "id": "14623", "description": "2012 Sprint 23 JS", "name": "2012 Sprint 23", "archived": true, "released": true, "releaseDate": "2012-11-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-11-13T22:05:02.000+0000", "created": "2012-10-29T19:52:32.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "3.0.0beta2", "actionbar", "qe-testadded", "triage" ], "versions": [], "issuelinks": [ { "id": "22884", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "105105", "key": "TIMOB-11796", "fields": { "summary": "Android: ActionBar not getting set on Tab windows", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "22885", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "105107", "key": "TIMOB-11798", "fields": { "summary": "Android: Allow setting action bar properties before window is opened", "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" } }, "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 } } } } ], "assignee": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-03-21T10:37:05.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "3.0 has added support for adding action items to the action bar, and displaying tabs on the action bar. However, we don't expose any direct way to interact with the action bar, the way the android.app.ActionBar class does.\r\n\r\nIn particular, ActionBar allows you to:\r\n\r\n- Change the background drawable for an action bar.\r\n- Show and hide the action bar.\r\n- Set the title and subtitle of an action bar.\r\n- Change the app icon/app logo.\r\n- Display the \"Up\" affordance on the app icon/app logo.\r\n- Register for click events when the user clicks the app icon/app logo.\r\n- Change the display options (show or hide title, subtitle, icon/logo).\r\n\r\nWe may need to break this out into separate subtasks, but I think we should support all of these.\r\n\r\nSome of these things could possibly be exposed thought existing APIs (such as navBarHidden to show/hide the action bar). However, there are enough specific things here that it probably makes sense to expose ActionBar directly.\r\n\r\n", "attachment": [], "flagged": false, "summary": "Android: Expose ActionBar methods", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [ { "id": "104300", "key": "TIMOB-11642", "fields": { "summary": "Android: Enable click event listeners for app icon/app logo in action bar", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "104301", "key": "TIMOB-11643", "fields": { "summary": "Android: Allow enablement of 'up' affordance on the app icon/ app logo button", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "104302", "key": "TIMOB-11644", "fields": { "summary": "Android: Allow changing background drawable on the action bar", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "104303", "key": "TIMOB-11645", "fields": { "summary": "Android: Allow changing title of an action bar", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "104304", "key": "TIMOB-11646", "fields": { "summary": "Android: Allow 'show' and 'hide' functionality of the action bar", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "104305", "key": "TIMOB-11647", "fields": { "summary": "Android: Allow changing other display options on the action bar (show/hide title, logo etc)", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "104306", "key": "TIMOB-11648", "fields": { "summary": "Android: Allow changing the app icon/ app logo on the action bar", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } ], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "225416", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "I would recommend exposing ActionBar directly, since 4.0 brings the new split view action bar... navBarHidden sounds appropriate now, but what will JB bring?", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-10-29T21:16:42.000+0000", "updated": "2012-10-29T21:16:42.000+0000" }, { "id": "225875", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "In terms of priority, I think these are all pretty important but I think I'd prioritize them something like:\n\n1) Register for click events when the user clicks the app icon/app logo.\n\n2) Display the \"Up\" affordance on the app icon/app logo.\n\n3) Change the background drawable for an action bar.\n\n4) Set the title (and subtitle?) of an action bar.\n\n5) Show and hide the action bar.\n\n6) Change other display options (show/hide title, logo, etc.)\n\n7) Change the app icon/app logo.\n\n\n", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-01T21:32:29.000+0000", "updated": "2012-11-01T21:32:29.000+0000" }, { "id": "225878", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "I would say that #1-4 are required for release. #4 because if you use a tabbed application, there's no title on the tabs screen.\r\n\r\n#7 is already partially take care of, because you can specify android:logo in the manifest. That, of course, doesn't let you change it per-Activity, but at least it's a start.", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-11-01T21:40:36.000+0000", "updated": "2012-11-01T21:40:36.000+0000" }, { "id": "226427", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/3387", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-07T02:00:20.000+0000", "updated": "2012-11-07T02:00:20.000+0000" }, { "id": "227130", "author": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "Stupid question from a newbie developer: how can I add action buttons instead of menu options? Is this implemented already in the CI builds?", "updateAuthor": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2012-11-13T15:22:14.000+0000", "updated": "2012-11-13T15:22:14.000+0000" }, { "id": "227150", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Igor you should find notes on how to use it here: http://docs.appcelerator.com/titanium/release-notes/?version=3.0.0.B#action_bar\r\n\r\nThis has not been merged to the CI build yet. Please look at the PR associated with this ticket to see when this has been merged.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-13T18:13:59.000+0000", "updated": "2012-11-13T18:14:38.000+0000" }, { "id": "227151", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Backport PR: https://github.com/appcelerator/titanium_mobile/pull/3419", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-13T18:14:50.000+0000", "updated": "2012-11-13T21:54:26.000+0000" }, { "id": "227291", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "It seems like it would make sense that, by default, the ActionBar title would be the Window title, right? I just had to write this code, which just seems silly:\r\n\r\n\r\n{code}\r\nif (Ti.Android) {\r\n myWindow.activity.actionBar.title = myWindow.title;\r\n}\r\n{code}", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-11-14T07:12:02.000+0000", "updated": "2012-11-14T07:12:02.000+0000" }, { "id": "227429", "author": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "Thanks for the quick answer, Allen! It was very helpful.\r\nAnd I'm already following the pull requests. Maybe I'll switch to the branch code if I need this running before the merge, but looks like it will happen quickly.\r\nThanks again =)", "updateAuthor": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2012-11-15T01:30:58.000+0000", "updated": "2012-11-15T01:30:58.000+0000" }, { "id": "227443", "author": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "body": "Very nice. I was starting to work on this. You did it ten times better!\r\nA few remarks:\r\n- we can set a backgroundImage, would be nice to be able to set backgroundColor (easily done with ColorDrawable)\r\n- how do you make the actionbar \"visible\", right I do it by overriding titanium themes. is there a better way?\r\n- when is \"actionBar\" available? is it on proxy creation or do i have to wait for the \"open\" event?\r\n\r\nThanks", "updateAuthor": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "created": "2012-11-15T10:04:49.000+0000", "updated": "2012-11-15T10:04:49.000+0000" }, { "id": "227489", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "Martin,\r\n\r\nIf setting backgroundColor is easy, I would highly recommend forking TIMOB, making the change, and submitting a pull request. That is better for everyone!\r\n\r\nAll you need to do for the ActionBar to work is set the correct target-sdk in your manifest, and run the app on a 3.x+ device.\r\n\r\nactionBar is part of the \"activity\" object, so it's only available when the Activity is available... so on or after the 'open' event.", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-11-15T16:44:39.000+0000", "updated": "2012-11-15T16:44:39.000+0000" }, { "id": "227493", "author": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "body": "That s actually already done in my branch. Sorry i didnt mean to ask \"for you to do it!\"\r\n\r\nOk about the target-sdk. Actually i didnt use it because i want my app to be compatible with older version.\r\nI will try the target-sdk, but it seems that without it you get the gray status bar.\r\n\r\nThanks for the explanation on actionBar creation.\r\nI was asking because in the implementation i had made of it i was settings actionBar properties (home icon selection and actionbar color) at the window creation time. Then i put the value of those properties in the activity creation intent.\r\nThe idea was to make sure that everything is correctly set right on window appearance.\r\nAnd that s why i was asking\r\n\r\nthanks a lot", "updateAuthor": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "created": "2012-11-15T16:57:14.000+0000", "updated": "2012-11-15T16:57:14.000+0000" }, { "id": "227496", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "body": "target-sdk is not min-sdk\r\n\r\nActionBar is designed to be seamlessly backwards-compatible with older devices, which is why it uses the onCreateMenu interface. Other things, like the title/logo/etc just don't show on those old devices, and Tabs revert back to the old tab UI.\r\n\r\nIf you have patched the SDK so we can set backgroundColor, please submit a PR! https://wiki.appcelerator.org/display/guides/How+to+Contribute+Code\r\n\r\nJust (digitally) sign the contributor agreement and submit that PR. I'll make sure It gets fast-tracked.", "updateAuthor": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2012-11-15T17:15:53.000+0000", "updated": "2012-11-15T17:15:53.000+0000" }, { "id": "227622", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "To Martin's point, it would be nice if we could set action bar properties when we create the window (and hence before the action bar already exists). We do this currently for activities, although the situation may be complicated somewhat by the fact that an action bar can be shared by multiple windows (for example, in a tab group). I don't know. \n\nI will open a feature request for this, although it's probably not top priority.", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-16T00:10:04.000+0000", "updated": "2012-11-16T00:10:04.000+0000" }, { "id": "227624", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Opened feature request (TIMOB-11798) to allow setting of action bar properties before the window is opened.\n\nAlso, note that there's a bug originally identified by Igor where activity.actionBar is not being set correctly for Tab windows, so you can NOT use these methods on a tab group yet. This is filed as (TIMOB-11796).\n", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-16T00:16:38.000+0000", "updated": "2012-11-16T00:16:38.000+0000" }, { "id": "227625", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "And I second Shannon's request, although I would point you to the newer, somewhat more streamlined version of the \"contributing\" docs:\n\nhttp://docs.appcelerator.com/titanium/3.0/#!/guide/Pull_Request_Guide\n\nJust updated these recently, so please let me know if you see any problems.", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-16T00:18:07.000+0000", "updated": "2012-11-16T00:18:07.000+0000" }, { "id": "227636", "author": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "As with the Holo UI the behavior of tabs has changed, the [documentation|(http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.Tab] of it should be edited too. The windows opened inside a tab are not heavyweight anymore, and share the same activity.\r\n\r\nI'm trying to work on a workaround to have different menus for each tab, but it's kinda hacky... but my interface needs this for now.", "updateAuthor": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2012-11-16T01:34:31.000+0000", "updated": "2012-11-16T01:34:31.000+0000" }, { "id": "227654", "author": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "The workaround is done, but it only works for menus. You can see in [those|https://bitbucket.org/santos_dal/marketshare/src/47a8694e931842d49f04efd93310adfaca4f1536/Resources/ui/common/windows/main/home.js?at=master] [three|https://bitbucket.org/santos_dal/marketshare/src/47a8694e9318/Resources/ui/common/windows/main/lists.js?at=master] [files|https://bitbucket.org/santos_dal/marketshare/src/47a8694e9318/Resources/ui/common/windows/main/groups.js?at=master] what I did.\r\nLooks like the main reason for this to not work with the ActionBar buttons is onPrepareOptionsMenu not being fired when the tab changes - it does happen with normal menus.\r\n\r\nI gave up on tabs, I'm going to rethink my UI and remove them. But I think this difference should be noted in some place in the documentation, and maybe could be useful for you too.", "updateAuthor": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2012-11-16T07:21:36.000+0000", "updated": "2012-11-16T07:21:36.000+0000" }, { "id": "227656", "author": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "body": "Ok so first i must apologize for not knowing about target-sdk :s\r\nI think i lost a few working around it (at least now i know themes and titanium actvities like the back of my hand!)\r\n\r\n@Arthur yes i think it would be great to be able to set those properties upon window creation. On simple reason for this is that you dont have to \"write code\" to enable those features. If you were using titanium redux for example, you could do it in a rjss file.\r\nThat s also why in my implementation of the \"home button\" event, it wasn't a event listener but just a property \"home button goes back\"\r\nwhy? to mimick in a way a simple implementation of the ios part.\r\n\r\nI will submit a PL for backgroundColor as soon as i have the time.\r\n\r\nThanks", "updateAuthor": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "created": "2012-11-16T07:57:45.000+0000", "updated": "2012-11-16T07:57:45.000+0000" }, { "id": "227661", "author": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "Sorry for the flood, but I'm quite new here and I'm afraid of opening new issues for now.\r\n\r\nI'm working with the ActionBar buttons, and I notice two strange things:\r\n\r\n1. I'm using another method to simplify adding items to menu, and thus the Ti.Android.SHOW_AS_ACTION_X constants are being evaluated before getting into the menu.add() argument. This is making the property not being set. The only way to change the Action state of a menu item is using the constant directly. You can understand better how my code works seeing [the helper|https://bitbucket.org/santos_dal/marketshare/src/da503f7076e7/Resources/ui/common/components/windows.js?at=master#cl-48] and [a sample window|https://bitbucket.org/santos_dal/marketshare/src/da503f7076e78839c60b43525a933e005fbb5b63/Resources/ui/common/windows/main/settings.js?at=master].\r\n\r\n-2. I'm not able to add items directly to the Action Overflow menu (that \"three dots\" button); I was thinking that SHOW_AS_ACTION_NEVER would do this, but it place the items in the old menu, and SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW does nothing that I've noticed. My targetSdk is 14. Also, add many buttons with SHOW_AS_ACTION_IF_ROOM simply place the overflown items back in the old menu.- Reading the [Android docs|http://developer.android.com/design/patterns/actionbar.html] I've noticed that this is, actually, the right behavior when there's a hardware menu button.", "updateAuthor": { "name": "igorsantos07", "key": "igorsantos07", "displayName": "Igor Santos", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2012-11-16T08:42:53.000+0000", "updated": "2012-11-16T08:42:53.000+0000" }, { "id": "243384", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Verified and closed all functionality mentioned in all sub task. Hence Closing the bug.", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-03-21T10:37:05.000+0000", "updated": "2013-03-21T10:37:05.000+0000" } ], "maxResults": 23, "total": 23, "startAt": 0 } } }