Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> import pyral
- >>> r = pyral.Rally(apikey=apikey, project=projname)
- >>> r.get("UserStory", fetch=True, query='FormattedID = "{' + ticketID + '}"')
- 200 QueryResult TotalResultCount: 0 Results: []
- >>> import pyral
- >>> r = pyral.Rally(apikey=apikey, project=projname)
- >>> r.get("UserStory", fetch=True, query='FormattedID = "{' + ticketID + '}"')
- HierarchicalRequirement result set, totalResultSetSize: 1, startIndex: 1 pageSize: 200 current Index: 0
Add Comment
Please, Sign In to add comment