I need to keep change the next date of discussion component to review jira items on specific days w.r.t the meeting ..on the kanban board
I have added the Next Date of Discussion in Date format while creating a Jira Item.
Now if I have to create a filter for it so that during the specific meeting , I only filter the items for the discussion on a specific date mentioned in the next date of discussion column.
I have tried using now(), StartofDay(), endofDay() functions but hasn't worked , Can someone please help me here
Hello Uday,
Welcome to Atlassian community!
I understood that you have created a date custom field called "Next Date of Discussion" and is trying to return issues in JQL filter where this field has a specific date. Is that correct?
To do it, you just need to specify the date in the JQL query with the correct format configured for your site. E.g:
"Next Date of Discussion" = 02/may/2019
Let me know if this information helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.