Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 JCLI在 Jira 中创建一个项目。我希望我的项目描述中有一个换行符。
根据这个页面,以下应该可以工作,但“\n”没有转换成新行:
C:\jira.bat --action createProject --project "MYPROJ" --name "My Project" --description "Line1 \n Line2" --lead "me"
除了放弃 JCLI 之外,有没有办法做到这一点?
这似乎是不可能的:
https://bobswift.atlassian.net/i#browse/JCLI-24