-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
None
-
Affects Version/s: 9.4.0, 9.4.1, 9.4.2, 9.4.4
-
Component/s: Indexing DoS (Including JQL & Custom Fields)
-
None
-
9.04
-
1
-
Severity 3 - Minor
Issue Summary
UpdatedBy JQL function doesn't take text changes into account when building the results list. Only transitions or such activities like comments.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create an Issue on the system of any type
- insert the JQL: id in UpdatedBy("[user]",-5m)
- if the above JQL was executed within 5 minutes of the creation you'll see the ticket
- Wait 5+ minutes
- Amend any text field within the ticket (summary, description)
- Run the same JQL immediately after
Expected Results
The ticket should re-appear as the updated time stamp is now once again less than 5 minutes.
Actual Results
Ticket does not appear within the search results.
Workaround
Not recommended for stability critical, high-scale deployments.
Set jira.safeguards.indexing.issue.changelogs.do.not.filter.out.unsupported.fields system property to true.
- mentioned in
-
Page Loading...