IssueTrackerAPIReference
Issue Tracker Data API Reference Guide
DeprecatedThe Issue Tracker Data API has been deprecated and will be shut down on June 14, 2013 See http://googleblog.blogspot.com/2012/12/winter-cleaning.html This document provides detailed reference documentation for the raw protocol (XML and HTTP) for the Issue Tracker Data API. This document doesn't contain information about the programming-language client libraries. For client-library reference information, see the links from the programming-language-specific sections of the developer's guide. AudienceThis document is intended for programmers who want to write client applications that can interact with Project Hosting on Google Code's Issue Tracker. It's a reference document; it assumes that you understand the concepts presented in the developer's guide, and the general ideas behind the Google Data APIs protocol. Issue Tracker Data API feed typesIssue Tracker Data API provides a variety of representations of issue data. The Issue Tracker Data API provides two types of feeds: the Issues and IssueComments feed. The Issues feed allows you to get a list of issues that match a certain criteria. To get all the issue for in an issue tracker, replace the PROJECT_NAME with your project's name in the url below: https://code.google.com/feeds/issues/p/PROJECT_NAME/issues/full The IssueComments feed allows you to get the issue comments for a specified issue. To get the issue comments for an issue, replace PROJECT_NAME with your project name and ISSUE_ID with a valid issue id number in the url below. https://code.google.com/feeds/issues/p/PROJECT_NAME/issues/ISSUE_ID/comments/full Project Hosting on Google Code query parameters referenceThe Issue Tracker Data API supports the following standard Google Data API query parameters for the Issue feed:
Issue Tracker Data API does not support the category, author, and strict parameters. In addition to the standard Google Data API query parameters, the Issue Tracker Data API supports the following parameters:
Issue Tracker elements referenceIn addition to the standard Data API elements, the Issue Tacker Data API uses the following elements in the issues namespace. For information about the standard Google Data API elements, see the Atom specification and the Kinds document. issues namespace element referenceccEntry in the issue cc list. The cc element can appear only as a child of IssuesEntry. Properties
Example<issues:cc> <issues:uri>/u/fitzwilliam.darcy/</issues:uri> <issues:username>fitzwilliam.darcy</issues:username> </issues:cc> ccUpdateIssue cc update The ccUpdate element can appear only as a child of Updates. Properties
Example<issues:ccUpdate>fitzwilliam.darcy</issues:ccUpdate> labelIssue label. The label element can appear only as a child of IssuesEntry and Updates. Properties
Example<issues:label>ThisIsFun</issues:label> ownerIssue owner. The owner element can appear only as a child of IssuesEntry. Properties
Example<issues:owner> <issues:uri>/u/fitzwilliam.darcy/</issues:uri> <issues:username>fitzwilliam.darcy</issues:username> </issues:owner> ownerUpdateIssue owner update. The ownerUpdate element can appear only as a child of Updates. Properties
Example<issues:ownerUpdate>fitzwilliam.darcy</issues:ownerUpdate> starsIssue star count. The stars element can appear only as a child of IssuesEntry. Properties
Example<issues:stars>0</issues:stars> stateWhether the issue is open or closed. The state element can appear only as a child of IssuesEntry. Properties
Example<issues:state>open</issues:state> statusIssue status The status element can appear only as a child of IssuesEntry and Updates. Properties
Example<issues:status>Accepted</issues:status> summaryIssue summary. The summary element can appear only as a child of Updates. Properties
Example<issues:summary>Summary of issue</issues:summary> UpdatesList of metadata updates. The updates element can appear only as a child of IssueCommentsEntry. Properties
Example<issues:updates> <issues:ccUpdate>fitzwilliam.darcy</issues:ccUpdate> <issues:label>-Type-Defect</issues:label> <issues:label>-Priority-High</issues:label> <issues:label>Type-Task</issues:label> <issues:label>Priority-Medium</issues:label> <issues:ownerUpdate>elizabeth.bennet</issues:ownerUpdate> <issues:status>Accepted</issues:status> <issues:summary>anothersmoketest</issues:summary> </issues:updates> uriDescribes the URI associated with a user. The uri element can appear only as a child of Cc and Owner. Properties
Example<issues:uri>/u/fitzwilliam.darcy/</issues:uri> usernameUsername of a user. The username element can appear only as a child of Cc and Owner. Properties
Example<issues:username>fitzwilliam.darcy</issues:username> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IssueTracker API for .Net
If you are searching for the .Net version of IssueTracker API then please visit http://code.google.com/p/google-code-issue-tracker/
Hey there. is there a way to fetch all closed issues?
I was expecting a canned query like can=closed, but it doesn't exist.
I'd appreciate solutions. Thanks!
http://code.google.com/p/google-code-issue-tracker/
Update
Since the current Issue Tracker API will be discontinued from June 14, 2013, I wonder what the reasons for this were and if it is planned to create a new API in the future.
Sebastian
Yeah, what Sebastian says.
since issue tracker api is shutdown, now is there any way by which I can interact with Issue tab of googlecode programmatically
I'd appreciate solutions
Pavan