VSTS - uploading via an excel macro and getting @mentions to work

前端 未结 1 1839
耶瑟儿~
耶瑟儿~ 2020-12-21 22:50

I am using VSTS and would like numerous people to get sent the notification when a work task is created.

I am creating a lot of stencils that can just automate and

相关标签:
1条回答
  • 2020-12-21 23:35

    The format is like:

    <a href="#" data-vss-mention="version:2.0,userid"></a>

    You can To get the userid through User Entitlements-Lists REST API:

    GET https://{accountName}.vsaex.visualstudio.com/_apis/userentitlements?api-version=4.1-preview

    0 讨论(0)
提交回复
热议问题