{ "id": "103248", "key": "AC-3216", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-12-09T11:49:06.000+0000", "created": "2012-10-12T21:26:18.000+0000", "labels": [], "versions": [], "issuelinks": [ { "id": "33399", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "122951", "key": "AC-3217", "fields": { "summary": " Provide API to iOS MPNowPlayingInfoCenter", "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" } }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "23440", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "84398", "key": "TIMOB-6947", "fields": { "summary": "iOS: MPNowPlayingInfoCenter - implement the new MPNowPlayingInfoCenter APIs", "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": "Medium", "id": "3" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:57:37.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": "14551", "name": "Studio", "description": "Please enter tickets related to Titanium Studio here." }, { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "There is an iOS API class MPNowPlayingInfoCenter allowing to control some aspects of media playback. It would be nice to get it in Titanium", "attachment": [], "flagged": false, "summary": "Provide API to iOS MPNowPlayingInfoCenter", "creator": { "name": "xorax", "key": "xorax", "displayName": "Ivan Brykov", "active": true, "timeZone": "Asia/Dubai" }, "subtasks": [], "reporter": { "name": "xorax", "key": "xorax", "displayName": "Ivan Brykov", "active": true, "timeZone": "Asia/Dubai" }, "environment": "iOS", "comment": { "comments": [ { "id": "223318", "author": { "name": "adecena", "key": "adecena", "displayName": "Anthony Decena", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Class Ref:\nhttp://developer.apple.com/library/ios/#documentation/mediaplayer/reference/MPNowPlayingInfoCenter_Class/Reference/Reference.html\n\nBasic implentation:\n{code}\nNSArray *keys = [NSArray arrayWithObjects:MPMediaItemPropertyAlbumTitle, MPMediaItemPropertyArtist, ..., nil];\nNSArray *values = [NSArray arrayWithObjects:@\"Album\", @\"Artist\", ..., nil];\nNSDictionary *mediaInfo = [NSDictionary dictionaryWithObjects:values forKeys:keys];\n[[MPNowPlayingInfoCenter defaultCenter] setNowPlayingInfo:mediaInfo];\n{code}", "updateAuthor": { "name": "adecena", "key": "adecena", "displayName": "Anthony Decena", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-12T22:17:18.000+0000", "updated": "2012-10-12T22:17:18.000+0000" }, { "id": "281347", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "DUP of TIMOB-6947 ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2013-11-26T06:11:53.000+0000", "updated": "2013-11-26T06:11:53.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }