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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.