Is it possible to pull the Month from NOW() to add to a Confiform entry

Erin Smith May 3, 2024

We have a template that puts a form on a page when it is created. The base form creates a Jira entry, but we want to add a unique identifier when the records are coming from a different created page. A new page is created each month, so we want the unique identifier to be the name of the month.

For example, the base form creates a Jira entry with the Summary: "Monthly Checklist". If the page is for May, we want the Summary to be "May Monthly Checklist". 

The only way to do this without having a separate form on each page is to somehow pull the month value from NOW(). Is this possible?

Thanks.

1 answer

0 votes
Shawn Doyle - ReleaseTEAM
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 7, 2024

This gives the full name {{now.format("MMMM")}} = April, and this is the 3 letter abbreviation {{now.format("MMM")}} = May

 

Erin Smith May 8, 2024

Perfect, Thanks.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events