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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,684
Community Members
 
Community Events
184
Community Groups

using issueFieldExactMatch to filter specific months

how/can i use 

issueFunction in issueFieldExactMatch to filter issues created in a specific month or months without filtering the day or the year ?

2 answers

Hi @shay zinamon 

You can use the following functions:

  • now()
  • startOfDay()
  • startOfWeek()
  • startOfMonth()
  • startOfYear()
  • endOfDay()
  • endOfWeek()
  • endOfMonth()
  • endOfYear()

 Also, here are some examples: 

updated <= "-4w 2d" (Use "w", "d", "h" and "m" to specify weeks, days, hours, or minutes.)

status WAS "Resolved" BEFORE "2019/02/02" (or DURING ("2010/01/01","2011/01/01"))

due < endOfMonth("+1")  optional increment of (+/-)nn(y|M|w|d|h|m)

Still it not exactly what your looking for but I think it will get you closer.

i dont see how this will get me closer, the replay above will give me what i need but will require multiple updates for each year. 

thank you for your time and effort 

0 votes
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 06, 2021

How far historically do you need to go?

 

Because instead of playing with regular expressions you might be fine with just

(created > 2020-01-01 and created < 2020-01-31) or (created > 2019-01-01 and created < 2019-01-31)

Assuming we're not going back more than 10 years or hitting a jql character limit.

this will work but will require a manual update of the filters every year, i am looking for a general solution that is elegant and general 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events