簡體   English   中英

對於帶有空格的標簽,使用快速操作從 CSV 導入 gitlab 問題失敗

[英]import of gitlab issues from CSV using quick actions fails for labels with white space

這對我來說適用於簡單的帶有 CSV 的單字標簽,如下所示:

"title";"description"
"issue title";"some description goes here
/assign @akos
/label ~stackoverflow ~waiting"

需要添加一些 label 之類的Feature: Something並且由於空格而失敗。 找不到文檔https://docs.gitlab.com/ee/user/project/quick_actions.html如何解決它。

已經嘗試過:

  • /label Feature: Something
  • /label Feature:+Something
  • /label Feature:%20Something
  • /label "Feature: Something"
  • /label "Feature:\sSomething"
  • /label "Feature: Something"

沒有運氣

想辦法

關鍵的事情 - 把你的空格 label 放在 2x ""

例如label: Feature: Something ~""Feature: Something""

以下 CSV 結構成功了:

title,description
issue title,"
some description goes here

/label ~""Feature: Something""
/assign @akos 
"

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM