Page tree

Versions Compared

Key

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

...

Then will add a IFTTT macro to react on onCreated event which will create a page based on the value entered in the form. The IFTTT macro is added into the body of the ConfiForms Form macro. The ordering of IFTTT handlers is important, especially when you want to use chaining or use the results of some IFTTT in your current IFTTT handler

Info

You can reference existing Confluence templates to be included into your IFTTT macro body to be used as a page template

The following instructions tells IFTTT macro to look at Confluence templates and try to find a template with given name

Code Block
[template.YOUR_TEMPLATE_NAME]

 

Another handler will also react on onCreated even and will send an email to the administrator about created page.

...

IFTTT HandlerObject
Send Email-
Create PagePage, of type https://docs.atlassian.com/confluence/latest/com/atlassian/confluence/pages/AbstractPage.html
Make requestString, response from server
Send Notification-
Create ConfiForms Entryname of the form where entry is created, as string
Delete ConfiForms Entry 
Create JIRA IssueJIRA key as string

...