Forums

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

Adding Smart Value To Jira Summary For Quarterly Tasks

Matt S_
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 2, 2025

Hello.  Our team currently has an automation rule set to create issues quarterly (that part is working as expected).  We are attempting to discover a way (if at all possible) to have the issue summary state actual quarter months i.e. "Jan-Mar/2025"  The current smart value being use is {{now.format("MMMM/yyyy")}} which shows, for example, as “Jan/2025”

Any insight from the community would be most helpful.  Thank you.

 

 

2 answers

1 accepted

2 votes
Answer accepted
Trudy Claspill
Community Champion
April 2, 2025

Hello @Matt S_ 

You could do this by concatenating values.

{{now.format("MMMM")}}-{{now.plusMonths(2).format("MMMM")}}/{{now.format("yyyy")}}

 

Matt S_
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 11, 2025

Thank you all for your warm welcome and quick turn regarding my inquiry.  The solution @Trudy Claspill provided worked!  I really appreciate it!

Like 2 people like this
0 votes
John Funk
Community Champion
April 2, 2025

Hi Matt - Welcome to the Atlassian Community!

Can you share a screen shot of the context in the rule as it is being used? 

Suggest an answer

Log in or Sign up to answer