Is there a parameter that allows square brackets in an issue?

Jerome November 29, 2012

It appears that Jira converts Square Brackets, [ ], into links. However, our query language has square brackets, how can we add the sqaure brackets into an issue without having it change to a link? Is there a parameter we can enable/disable to allow square brackets without the conversion?

1 answer

1 accepted

0 votes
Answer accepted
Michael Knight
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 29, 2012

Hi Jerome,

You should put your code within {code} blocks, e.g.

{code}
arr = [1, 2, 3]
puts arr[0]
{code}

Alternatively you can escape the square brackets with a backslash (\).

Suggest an answer

Log in or Sign up to answer