Friday, April 15, 2011

Java code block in JIRA

This is just small hint on JIRA usage.

If you want to post some source code example in JIRA issue, please use code blocks ! Other vice you'll have a chance to see fancy smiles instead of certain pieces of code. I saw it few times, very annoying...

It's not hard at all:

{code} public static void main(String[] args)  {code}

Other languages are also supported.


0 comments: