I am developing a VSTS extension. I have added a panel in the backlog window. I want to get the selected backlog item on the click of a button in backlog panel.
I cannot use WorkItemFormService
as there is no active work item.
Any alternatives?
No, there isn’t such API, you can’t get selected backlog through VSTS extension.