Versions Compared

Key

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

...

While generating the Word document the template language elements are executed and for statements and expressions the execution may have a context-item associated with it.
Context-items can be JIRA entities such as JIRA issues, projects, groups, users or text and numbers.
 

A statement encloses a block of text. All statements are introduced using the marker [[\name]] and closed using the marker [[/name]] where "name" is the name of the statement. 
All text between these two markers is considered part of the statement and is used during the generation of the Word contents.
A statement can contain further statements or expressions. 
 

Expressions can be either simplepath or composite expressions.

...