Guest User

Untitled

a guest
Jan 9th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. >>> import pyral
  2. >>> r = pyral.Rally(apikey=apikey, project=projname)
  3. >>> r.get("UserStory", fetch=True, query='FormattedID = "{' + ticketID + '}"')
  4. 200 QueryResult TotalResultCount: 0 Results: []
  5.  
  6. >>> import pyral
  7. >>> r = pyral.Rally(apikey=apikey, project=projname)
  8. >>> r.get("UserStory", fetch=True, query='FormattedID = "{' + ticketID + '}"')
  9. HierarchicalRequirement result set, totalResultSetSize: 1, startIndex: 1 pageSize: 200 current Index: 0
Add Comment
Please, Sign In to add comment