For an easy migration of backlog items from other systems a CSV import can be carried out by product owners.
To import backlog items, perform the following steps:
Data structure of the CSV file
CSV Column | Description |
---|---|
Type | the type of the backlog item (Story, Defect, Impediment) |
ImportID | an arbitrary unique key to identify the item in recurring imports (string) |
ScrumProjectID | the target scrum project (Fabasoft Cloud ID) |
Title | the Subject of the backlog item (string) |
Feature | the Feature of the backlog item (Fabasoft Cloud ID) |
State | the State of the backlog item (Received, Planning) |
Priority | the Priority of the backlog item (SPT_A_MUST_HAVE, SPT_B_SHOULD_HAVE, SPT_C_COULD_HAVE, SPT_D_WONT_HAVE) |
Order | the Order of the backlog item (integer) |
StoryPoints | the Size of the backlog item (F_0, F_1, F_2, F_3, F_5, F_8, F_13, F_21, F_34, F_UNDEFINED) |
Story | the description of the backlog item (quoted string) |
AcceptanceCriteria | the Acceptance Criteria of the backlog item (quoted string) |
CreatedAt | Created on/at of the backlog item (format: yyyy-mm-dd hh:mm:ss) |
Note: