Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Templating allows you to insert variables into spreadsheet and fill it with specified issue data. It can be used for creating templates and fill it in real time (powered by Excel).

It contains of 2 sections :

This feature is available cross worksheets, it means that if you import issues in sheet1, this feature will also be available in sheet2, sheet3 etc. even if you didn’t fetch there any issues.

Import

Work on already fetched issues or import issues, without displaying them on worksheet.

You can work on already fetched issues or import issues without displaying them. We will use the templating build-in import.

Start by selecting filter (1) from the dropdown list, if needed you can change default limit of fetched issues (2). When you click Import (3) button, issues will be fetched in background and you will unlock new “Template” section.

Template

Build a template using prefix and field ID. Select an excel cell and use ‘Set Variable’, when you choose issue and use ‘Fill’ action, it will change variable into value from chosen issue.

You can use multiple variables in 1 template, ‘Fill’ option work on selection and fills all variables (with values) matching current prefix.

If you want to revert changes (filling variables) use the back button.

To build a template you need to have some building blocks like variables, which will be filled with data of the selected issue.

Variables are build of prefix and Field ID, by default variable prefix is set to ec365 (but you can change it easily). For example: if you would like to use assignee field in the template, you should use (prefix.fieldID) → ec365.assignee variable in any of the cells,

You can insert variables in worksheet in few ways:

Now, when you select a cell with a template and click Fill (1), your templates will be filled with data from the selected issue.

When you click fill and the cell is empty, it means that you do not have any data associated with this field for the selected task.

  • No labels