Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Erin Smith
Contributor
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 Champion
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
Contributor
May 8, 2024

Perfect, Thanks.

Suggest an answer

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

Atlassian Community Events