-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Assets - Service, performance, functionality
-
None
-
2
-
5
Problem:
At the moment, there is no AQL that allows searching for objects that have attachments.
Suggestion:
Similar to JQL, it would be great to search for objects that has attachments, for example:
object HAVING attachments()object NOT HAVING attachments()
object having attachments("File name" like "test_picture.jpg")object having attachments(Created >= now(-1h))
- relates to
-
JSDSERVER-8022 Attachments as IQL property
- Gathering Interest