Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created March 4, 2025 12:58
Show Gist options
  • Save expiscornovus/5deb76a2968239b3dfc82d65977e2586 to your computer and use it in GitHub Desktop.
Save expiscornovus/5deb76a2968239b3dfc82d65977e2586 to your computer and use it in GitHub Desktop.
Body Get Predecessors of Work Item
{
"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