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.
Community moderators have prevented the ability to post new answers.
This gives the full name {{now.format("MMMM")}} = April, and this is the 3 letter abbreviation {{now.format("MMM")}} = May
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.