Hey all,
Is it possible to create an overdue smart filter when a fix version has passed it's release date?
I am using Jira Server.
Thanks all!
Can I clarify what you mean by smart filter? Do you mean create an issue search based on a release being overdue?
If you're looking to do an issue search, it's not native functionality - you'd need an App which allows for more advanced JQL functions, like Scriptrunner
Then for example - to see all Issues in an overdue version, that aren't closed, you might use...
fixVersion in overdue() and status != Done
Ste
Hi again @Ste Wright
Sorry, that's right, I wanted to create a smart filter based on an issue search when a release is overdue.
Thank you for letting me know, I will look into Scriptrunner.
Thanks for assisting me with both of my questions :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries!
Let us know if the above meets your needs, after looking into Scriptrunner :)
Ste
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.