Is it possible to have status policies open their link in a new tab? Like when setting the attribute target="_blank"
on an <a>
tag.
0
votes
You reference the REST API for the links - are you trying to reference those from some other UI, or are you trying to get the Azure DevOps UI (as above) to open things in a new tab)?
– WaitingForGuacamole
Azure DevOps UI to open my custom Pull Requests statuses in a new tab.
– Andrew Pham
1 Answers
0
votes
Is it possible to have status policies open their link in a new tab
I am afraid this is impossible.
PR check status page is designed to be shown as a Modal box. And there is no option available to change this behavior. It is impossible to change the source code which controls how the check status should be displayed.
Update: To Open the Status link in a new Tab
You can Right Click on the link and choose to Open Link in New Tab
.