jira issue edit with a '-b $string' is escaping characters in the string. #670
Replies: 1 comment
-
Sorry - this isn't in jira-cli I don't think. I tested using a manual invocation, not through my bash script and the output looks normal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a bash script to pull some directory listings from servers and update jira ticket descriptions to include those directory listings, but every dash, underscore, plus sign, and parenthesis character is having a backslash placed before it so the output in the ticket looks like this:
Is there any way to disable this behavior so the directory listing appears clean, without the backslashes?
Beta Was this translation helpful? Give feedback.
All reactions