I want to create the task titled "Monthly recurring tasks for the month of <current month>". Is there a possibility for us to be able to create it using smart values?
I have tried using "Monthly recurring tasks for the month of {{now.format("MMMM")}}" based on java pattern documentation. It does not seem to create it on a similar manner. Is there a smart value that could pull up just the Month or just the month and the year?
Any help would be appreciated. Thank you.
@Shreyanth Reddy Bezawada - Could you try {{now.monthOfYear}} ?
This shows just the number of the month and not the name of the month. I tried this as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. Then you can consider using this format {{now.format("MM/yyyy")}} . This can get you month and year I suppose (in numeric forms)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Niranjan, I currently have that as my work around. Just wondering if there was a pattern out there that I might be missing. Thank you for your suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{{now.format("MMM")}} - How does this work?
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.
{{now.format("MMMM")}} - This gives out the entire month name. Thank you for your suggestions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cool. Glad it worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I pasted in your smart value and it worked for me in a log message: {{now.format("MMMM")}}
This may have something to do with the task title field. So, maybe break this down into steps for fault-isolating this:
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the headsup Bill. I made a few changes to the setting and it worked.
Regards,
Shreyanth.
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.