Hi all,
I'm trying to automate a monthly task to run a report for the previous month. Is there any way to add the name of the previous month to the summary in an automation rule via a smart value or something?
Hi @Jamie Spatz ,
you can use the following Smart Value to edit your summary and add the previous month :
{{now.minusMonths(1).format("MMMM")}} - {{issue.summary}}
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This came in very handy for me today.
We also have the same question, but for calendar quarters.
For example if we're in Q2, Apr-Jun, we want to get the previous quarter number. Can we do this with smart values?
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.