Hello @Vishnu
You can use the now() function to achieve it.
The JQL would be something like below:
project = XXXX AND ReleaseDate > now()
Regards,
Eugenio
I tried datecompare function from scriptrunner but still my usecase is not covered. I need to find the list of the Issues which are past Fixversion ReleaseDate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no way to do date comparison out of box - you would require a jql function (supplied by a plugin) which would implement the necessary filtering logic in the background.
Edit: this was about comparing 2 different date fields, not a single field vs. any date functions that are available out of box
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.