I'm trying to update Rally's user story with Release value when no release value is set.
I'm using .Net Rally Rest API to do this. It works for majority of user stories (like 4000 of them). There are few where it runs into the following error. "Desired release is not in project scope for story" When trying to update.
For some userstories, I noticed they were child stories with Parent user story does not have release value. Not sure if it matters though. There are some that are normal user stories but still fails with the same error. Need help in identifying what is causing this issue thrown by Rally Rest API.
Thanks!