问题描述
我正在使用 VSTS,并希望许多人在创建工作任务时收到通知.
I am using VSTS and would like numerous people to get sent the notification when a work task is created.
我正在创建很多模板,它们可以通过 excel 中的 TEAM 加载项自动执行和上传工作任务,但不知道如何使@mention"功能起作用.
I am creating a lot of stencils that can just automate and upload work tasks through the TEAM add-in in excel, but don't know how to make the "@mention" function work.
我在历史领域写了各种风格的语法,然后发布,但似乎没有任何效果.
I have written all sorts of styles of syntax in the history field, then publish but nothing seems to work.
有人发现了吗?
干杯戴夫
推荐答案
格式如下:
<a href="#" data-vss-mention="version:2.0,userid"></a>
您可以通过 User :
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
这篇关于VSTS - 通过 excel 宏上传并使@mentions 工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!