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

How to put Filter which shows issue till Current date till night 11:59 PM?

This is my JQL:

due <= "0" AND project = GJP AND issuetype in standardIssueTypes() AND status in ("In Review", Pending, Reopened, TODO, "Work in progress") AND labels in ("Default", Learning, Regular, Support, Transcation, Trending, Periodic, regular) ORDER BY due ASC, cf[10059] ASC, priority DESC


When I put this filter, save and refresh it, it is giving correct output, but after few hours it's getting reseted.

Expectation: I use this filter from long time and it is working fine. The only modification today I added is this: due <= "0"

Because I only need issue which due date is till today 11:59 PM.

2 answers

0 votes
Muhammad Moazzam Hassan
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.
Nov 12, 2023

For due date you can use the query duedate <=endofDay() which is equals to 11:59 PM.

I tried it, but I want the view to be in basic mode.

This query is too complex to display in Simple mode.

Muhammad Moazzam Hassan
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.
Nov 13, 2023

Yes, the functions cannot be used in a basic mode.

Request you to is there any possibility to achieve both things together?

Muhammad Moazzam Hassan
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.
Nov 15, 2023

yes, use due >= "0" AND due <= "1" it can run in basic as well

Even though you suggested earlier option, not that filter is automatically reseted, How?

Muhammad Moazzam Hassan
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.
Nov 20, 2023

I don't understand your question. 

For example, from last 1 year I'm using this filter and it is working fine:

project = GJP AND issuetype in standardIssueTypes() AND status in ("In Review", Pending, Reopened, TODO, "Work in progress") AND labels in ("Default", Learning, Regular, Support, Transaction, Trending, Periodic, regular) ORDER BY due ASC, cf[10059] ASC, priority DESC

 

Then I added due duedate in my filter, so after sometime, it is getting reseted to what I was using so far. Basically it is removing duedate part from my filter.

 

I use Jira Android app as well, is there any possibility that it is happening with that, but previously also I was using that.

 

PS: Filter is getting reseted means when I open filter tab in my laptop chrome browser, it is not filtering according to due date and when I observe I got to know that somehow filter is getting reseted.

Muhammad Moazzam Hassan
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.
Nov 21, 2023

Yes, maybe this can be a bug or a some sort of change in Atlassian.

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 12, 2023

Hi @Jimmy Trivedi , can you clarify "due date is till today 11:59 PM"? Do you want issues that fall into one of the following?

Issue that are due today or past due or do you only want issues that are due today?

It's fine either way because, I use automation, where every night it changes to the current date, so in filter anyway issues will come from Today's date and onwards.

You can share any one solution

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events