You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
how/can i use
issueFunction in issueFieldExactMatch to filter issues created in a specific month or months without filtering the day or the year ?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the following functions:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.