Created
March 4, 2025 12:58
-
-
Save expiscornovus/5deb76a2968239b3dfc82d65977e2586 to your computer and use it in GitHub Desktop.
Body Get Predecessors of Work Item
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query": "SELECT [System.Id],[System.AssignedTo],[System.State],[System.Title],[System.Tags] | |
FROM workitemlinks | |
WHERE ([System.Links.LinkType] = 'System.LinkTypes.Dependency-Reverse') | |
AND ([Source].[System.Id] = '@{variables('WorkItemId')}')" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment