INDEX


If you want to update existing sticky-notes by doing second csv-import, you need to make sure that the stickies have an ALM-key set. If you do not have an alm-key set for the sticky, it will create a duplicate instead of updating.

File format

Following column separators are permitted for imported files:

NameCharacter
comma,

semicolon

;
colon:

tab

\t

pipe

|

Program Backlog Board

Your data has to be CSV UTF-8 formatted in the following table style. Keep in mind that the blue columns are optional ('art-name')

board-typesticky-typetextalm-issue-idWSJFart-name

backlog

FeatureThis is a text for a certain FeatureRT-1001Futurama
backlogEnablerThis is a text for a certain EnablerRT-1012.6Futurama
backlogEnablerThis is a text for a certain Enabler-2RT-1023Futurama

Columns explained

Team Boards

Your data has to be CSV UTF-8 formatted in the following table style:

board-typeteam-namesticky-typetextalm-issue-idstory-pointsiteration-number
teamAPIStoryThis is a text for a certain StoryRT-20030
teamAPIStoryThis is a text for a certain Stroy2RT-20121
teamShoppersRiskThis is a text for a risk

2

Download a template here: team_template.csv

Columns explained

I get the message "no stickies imported at all" or something about "invalid start byte"

Please make sure your data is UTF8 formatted. You can check that if you open your csv file in notepad.

How to format a csv file to utf8 on windows

  1. Open the csv-file with notepad
  2. File→Save as; at the bottom select "UTF-8" as the encoding