It's all about the answers!

Ask a question

How to add subscribers to my work item import ?


Andrea Cunha (132) | asked Nov 13 '18, 1:40 p.m.

 I want to do 2 things: add additional subscribers during my import and remove myself as a subscribers  during or after the import of work items. Any help is appreciated.

Accepted answer


permanent link
Michael Reed (126416) | answered Nov 13 '18, 2:23 p.m.
 There are a couple ways to address the addition of subscribers. If they need to always be subscribed you can create a default value associated with the Subscribers attribute and add each of the users that need to be included. If the value changes you can add a column to your .csv for Subscribed By and map that to the correct Id. For each subscriber you want to have each unique full name on a new line within the cell.

Id

Subscribed By

1

LDAP User1
LDAP User3

2

LDAP User1
LDAP User3

3

LDAP User2
LDAP User3

4

LDAP User2
LDAP User3

5

LDAP User2
LDAP User3

6

LDAP User2
LDAP User3

7

LDAP User2
LDAP User3

8

LDAP User2
LDAP User1
LDAP User3

9

LDAP User2
LDAP User1
LDAP User3

10

LDAP User2
LDAP User1
LDAP User3

 
Andrea Cunha selected this answer as the correct answer

Comments
Andrea Cunha commented Nov 13 '18, 3:08 p.m.

This is very helpful. Thank you !   

Your answer


Register or to post your answer.