This is a migrated thread and some comments may be shown as answers.

User Sync Account

2 Answers 55 Views
TFS Integration
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joe
Top achievements
Rank 2
Joe asked on 21 Apr 2010, 06:54 PM
Should the user sync account by a generic admininstrative account on the TFS?

I used my account for the TFS sync account and it appears that if a user creates a story in TeamPulse it show's up in the TFS as assigned to me even though it's assigned to another user.

Thanks,
Joe

2 Answers, 1 is accepted

Sort by
0
David Harris
Telerik team
answered on 22 Apr 2010, 07:47 PM
Hi Joe,

Currently there is no synchronization between the TeamPulse assigned user and the Assigned To field within TFS. There is a bit of work involved in providing this feature as we will need to do some lookups against Active Directory to determine the 'sameness' of the users in each system, as well as handling possible validation errors around users that are not assigned permissions correctly within TFS to be assigned a work item, etc. We definitely have a desire to sync these fields going forward and will be looking at adding it in a future release.

Kind regards,
David Harris
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Joel
Telerik team
answered on 22 Apr 2010, 08:24 PM
Hello Joe,

Another thing you can try is editing the mapping file that define how syncing to TFS is performed.  Check out section 9.1.2 of the documentation for detailed information about the mapping files. 

Adding the following line to the appropriate file should sync the assigned to field between Stories and work items:

<FieldMapping FieldName="AssignedTo" FieldTypeName="string"  TfsFieldReferenceName="System.AssignedTo"  TfsFieldTypeName="string" />

One thing to watch out for is that the name of the assigned to user in TeamPulse must match a valid user name in the TFS project that you are syncing to, otherwise there will be a validation error when trying to sync.

Regards,
Joel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TFS Integration
Asked by
Joe
Top achievements
Rank 2
Answers by
David Harris
Telerik team
Joel
Telerik team
Share this question
or