Bulk Import of gitlab issues with labels, tasks and assigns
Julian

Julian @c33s

About: see https://dev.to/c33s/comment/3eck

Location:
Vienna, Austria
Joined:
May 20, 2018

Bulk Import of gitlab issues with labels, tasks and assigns

Publish Date: Aug 19 '19
6 0

import of gitlab issues with csv files is capable of doing all the nice quick actions, which allow you to assign a person and add a label to an issue while importing.

example csv file:

"title";"description"
"Simple Issue";"Simple text"
"Complex Issue";"lorem ipsum

/label ~Todo ~label1 ~label2
/assign @myusername"
"Task Issue";"test the following
- [ ] test1
- [ ] test2
- [ ] test3

/label ~Todo ~label1 ~label2"
"Codeblock Issue";"\`\`\` 
code block line1
code block line2
\`\`\`

/label ~Todo ~label1"
Enter fullscreen mode Exit fullscreen mode

i added a backslash befor the backtick because otherwise dev.to displays the post wrong.

then go to the issue list and use the small button on the top right called "import CSV"

Comments 0 total

    Add comment