-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Sprint Goals via Wiql #287
Comments
From my understanding of the way this extension works, data related to Sprint Goals is stored via the Extension Data API on Azure DevOps/TFS. This data is not part of any work items, and it is not possible to fetch it via WIQL (which only works for Work Items). To fetch this data for reporting purposes, I believe you can call the same API as the extension (this might break in case the manner of storing data changes in the future). To save this data inside work items, I believe would be a major rewrite of how the extension works, plus it would require additional work items types to be created. |
You are right. I dropped the Goals approach entirely and added a custom field to a work item instead. |
suggest closing this item |
Is there a way to get Sprint Goals via Wiql?
The text was updated successfully, but these errors were encountered: