Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Our table app includes a convenient feature that allows users to save existing tables as templates, providing the ability to easily reuse and replicate them as needed.

...

How to use/apply a template?

To see a saved templated template, click on the template icon again.

...

If there are already rows in the table, applying the template will add more rows without overriding the existing ones.

How to apply template via automation

Templates can be applied via an automation rule action.

To configure, select a ‘Send web request’ from the list of actions.

...

Webhook URL

https://jira.com/rest/stj/1.0/template/table/template/{templateID}/issue/{issue.ID} , where

{issue.ID} - target field, where the template should be applied to.

{template.id} - template id. To retrieve a template, hover over the template title and see the ID as the last number of the URL in the bottom of the screen:

...

Headers

Name: Authorization

Value: Basic login:password, where the login:password value should be encoded via Base64

HTTP method: GET