Get all stories for a given user

Eric's Avatar

Eric

08 Nov, 2011 08:22 PM

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!

  1. Support Staff 2 Posted by Mary on 09 Nov, 2011 06:21 PM

    Mary's Avatar

    Hi Eric,

    Yes, you can filter stories by owner, see the following:

    https://agilezen.com/api/v1/projects/{projectID}/stories?where=owner:username

    if you are using it to export to Excel, you would use:

    https://agilezen.com/api/v1/projects/{projectID}/stories.xml?apikey=yourtokennumberhere&where=owner:username

    Please let me know if you have any questions or need any additional help :)

    Sincerely,

    Mary

  2. Mary closed this discussion on 09 Nov, 2011 06:21 PM.

Comments are currently closed for this discussion. You can start a new one.