Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleTemplate code block rendering links in Text emails
#set ($transitions = $!jetiFieldRenderer.getWorkflowActions($!issue))
#if ($!transitions && $!transitions.size() > 0)
#foreach($transition in $!transitions)
$stringUtils.leftPad($!transition.name, $padSize): $baseurl/secure/WorkflowUIDispatcher.jspa?id=$issue.id&action=$!transition.id
#end
#end

Form Token Errors will Occur

JIRA has protection against various web security vulnerability, like CSS, XSRF etc. JIRA uses form tokens in each links it exposes. These tokens are uniquely generated for each request/response. Read more details in the JIRA documentation.

We cannot workaround this token checking, this means when you open an operation link from email, you'll see an error screen like this even if you have a running session in your browser: 

Image Added

When this is shown, simply click Retry Operations to execute the operation. You may still need to log in.