Versions Compared

Key

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

...

Parameter name

Type

Required

Description

templatePath

string

Yes

The Excel file name. The file should be located in the directory: JIRA_HOME/kepler/reports

useStreamingbooleanNoThis parameter controls the writing process. If true it will allow writing a very large amount of data but it will not allow overwriting any content in the targeted sheets.

Return type

The returned value has no meaning.

Examples

Example 1

Code Block
reporting_setupTemplate("templateFile.xlsx", false);

...