Get all stories for a given user
Is there an API call that will allow me to get all stories for a given user? I found the one that will get "me" all my stories, but I want to be able to get all stories for a team. Thanks!
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Mary on 09 Nov, 2011 06:21 PM
Hi Eric,
Yes, you can filter stories by owner, see the following:
https://agilezen.com/api/v1/projects/{projectID}/stories?where=owner:usernameif you are using it to export to Excel, you would use:
https://agilezen.com/api/v1/projects/{projectID}/stories.xml?apikey=yourtokennumberhere&where=owner:usernamePlease let me know if you have any questions or need any additional help :)
Sincerely,
Mary
Mary closed this discussion on 09 Nov, 2011 06:21 PM.