Hi I am trying to create issue in an automated fashion using JIRA ACLI, I want to add multiliner description, how shall I add line breaks between these sentences?
Hi @Kruthika Hariharan ,
You can use the newline character to display text on a new line.
\n
Please see below the sample action
--action createIssue --project TEST --summary test --description "latest \n data for you \n please check" --type Bug
Hope this helps!
Thanks,
Reshma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.