I need to know if there is any way where we can extract the issues which are coming in 5 hrs due date.
Hi @Achin Jain welcome to the community. "Due Date" = now(+5h)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Achin Jain
Try this JQL:
duedate >= now() AND duedate < 5h
Hope it helps!
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.