Skip to content
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

Open
Agazoth opened this issue Mar 1, 2022 · 3 comments
Open

Get Sprint Goals via Wiql #287

Agazoth opened this issue Mar 1, 2022 · 3 comments

Comments

@Agazoth
Copy link

Agazoth commented Mar 1, 2022

Is there a way to get Sprint Goals via Wiql?

@afroze9
Copy link

afroze9 commented Mar 14, 2022

Is there a way to get Sprint Goals via Wiql?

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.

@Agazoth
Copy link
Author

Agazoth commented Mar 15, 2022

You are right. I dropped the Goals approach entirely and added a custom field to a work item instead.

@pabrams
Copy link

pabrams commented Sep 6, 2022

suggest closing this item

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants