Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
786 views
in Technique[技术] by (71.8m points)

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

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 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.

Has anyone figured this out?

Cheers Dave

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...