Hello,
why cannot I use syntax updatedDate > lastViewed in issue filter?
If I use it JIRA show an error
"Date value 'lastviewed' for field 'updated' is invalid. Valid formats include: 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d'."
But in documentation https://confluence.atlassian.com/jirasoftwareserver071/advanced-searching-fields-reference-800707156.html#Advancedsearching-fieldsreference-LastViewedLastViewedDatelastViewedDateLastviewed are both fields the same field type DATE..
How other way can I show updated issues and not viewed yet after its last update?
Thanks
Michal Kubát
As you can read in JRA-20727 this is a requested feature, but is impossible to compare DATE field by the moment
Hi,
It happens because format of updatedDate is not like lastViewd's format.
So you can try to change
jira.date.picker.java.format
jira.date.picker.javascript.format
jira.date.time.picker.java.format
jira.date.time.picker.javascript.format
See here: https://confluence.atlassian.com/jira/__date-and-time-formats-228065889.html
Hope it helps.
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.