Hey, is there a way that I can find in JQL all the issues that the field "log work" was not edited in them in the last 48 hours?
Hello @Omri Zeman
You might need to look at this page here: https://community.atlassian.com/forums/Jira-questions/JQL-query-for-History-log-in-Work-log/qaq-p/2221751 and refer to Trudy's answer
Hello @Omri Zeman ,
Eventually, Jira doesn't have native functionality to know about the work log changes.
There's additional plugin that may work here as scriptrunner, time in status etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure but if you have ScriptRunner you may try the below JQL
issueFunction not in workLogged("after -48h")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.