user1504174
user1504174

Reputation: 41

How can I query all userstories in all projects?

I want to get all userstores regardless their projects. can this be done in one query? I have a recursive logic and looping over projects, for each project doing this logic can't work for me as some US have parents in different projects

any idea?

Upvotes: 1

Views: 279

Answers (1)

Kyle Morse
Kyle Morse

Reputation: 8410

The short answer is by including workspace=/workspace/12345&project=null as query string parameters in your WSAPI request url. How are you accessing the WSAPI? App SDK 1? 2? There are different ways to do this depending on what toolkit you are using.

Upvotes: 1

Related Questions