Page tree

Versions Compared

Key

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

In this tutorial you will learn how to

  • how to create a form which will create new pages in Confluence based on the template
  • how to set labels to newly created pages (also dynamic labels)
 
  • our pages will have a status field which will show the status of the content on this page (we will have 3 statuses: draft, completed, approved)

Excerpt Include
Creating a simple form
Creating a simple form
nopaneltrue


ConfiForms plugin is very versatile in functionality. And one of it's features is to help you with creation of dynamic page templates.

It is not a secret that you can create Confluence pages based on the data entered in ConfiForms, there is a good tutorial about that - Easy employee checklists with ConfiForms

This tutorial is focusing on same feature, but from a bit different angle.

We will create pages which are labeled and have a status field, showing the status of the content on this page.

As usual, let's start with a form definition.

We will create a ConfiForms form with 3 fields

  • text field to capture the page title
  • raw HTML field to store the link to created page
  • status field with 3 statuses for page content: draft, completed, approved)

 

Two ConfiForms IFTTT macros configured:

  • to create a page when new ConfiForms record is created, taking page title from a text field
  • to update the ConfiForms record when the page is created with link to this page

 

 


WiP