Zamboo
Zamboo

Reputation: 539

Visual Studio import backlogs items details

I'm importing Backlogs items from Excel into Visual Studio Online. But I don't know how to add a column in Excel to be the backlog item "detail" (First I set the Item title, which is fine...).

(In Excel I'm using the "Team Explorer for Visual Studio", which provide me the "Team" menu in the upper ribbon)

Upvotes: 0

Views: 1651

Answers (1)

jessehouwing
jessehouwing

Reputation: 115037

In the Excel ribbon click the Choose Columns item to configure which fields are available:

enter image description here

From the list look up the Description field and add it:

enter image description here

Now you can set the value in the column of the Excel file.

This is the way you can configure most columns (some may be read-only).

Upvotes: 2

Related Questions