I am trying the rest api /tasks?expand=true to get the details of the story in it. But when I call the request with "/tasks?expand=true", stories for only some tasks get expanded rather then for all tasks. Is their any setting which we need to enable while making an rest api request for tasks with "expand=true" ?
Thanks in advance.