Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Automation - Add dynamic comment data using the "Add comment to issue" action

I have repetitive tasks and when the criteria are met according to my automation rules, a text comment with JQL to explain to the assignee when the task is due must be added. I have used {{now.plusWeeks()}}, but it gives me a long date and time format.  Need to shorten this to just the month.  Any suggestions?

1 answer

0 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 19, 2022

Hi @Louwrens Boshoff and welcome to the community!

If you want to format the date to only show the month, you would just do something like this:

  • {{now.format("mmmm")
    • Returns September
  • {{now.format("mmm")
    • Returns Sep
  • {{now.format("mm")
    • Returns 09
  • {{now.format("m")
    • Returns 9

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events