Skip to content

Instantly share code, notes, and snippets.

@jgeewax
Created August 20, 2010 23:56
Show Gist options
  • Select an option

  • Save jgeewax/541473 to your computer and use it in GitHub Desktop.

Select an option

Save jgeewax/541473 to your computer and use it in GitHub Desktop.
#if ($description == '' && $issue.getIssueType().getString('name') == 'Bug')
#set ($description = "Steps taken to produce this bug:\
\
\
Expected Results:\
\
\
Actual Results:\
\
\
Extra Information:\
\
")
#set ($description = $description.replace('\', ''))
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment