Hi everyone,
I have a date custom field "Date of Birth" on Jira.
I want to make a filter about - who has the birthday on next week?
Do you have a suggestion except script runner?
Sure. You can create a filter and set up a subscription for that filter to run weekly.
Filter would look something like this - “date of birth” >= startofweek() and “date of birth” <= endofweek(“+2d”)
if you have start of week set to Monday then this should cover Monday thru Sunday. Set subscription to run at say 6am every Monday.
I think your answer wrong because your filter do not consider year parameter.
My Birth of Date is 20/Sep/89 but it is not emerged below filter
project = "Human Resource Management" AND "Birth of Date" >= startOfWeek() AND "Birth of Date" <= endOfWeek()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah yes, that is true. Off the top of my head I would suggest looking at an automation addon that could run daily or weekly. Search the community for recurring reminders.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Please find the Automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.