Hi,
The Rest-Endpoint api/2/comment/{commentId}/properties allows us to set custom properties for comments.
Is there a way to search for these properties?
we would like to use these properties to mark a comment as processed by our software, so we set a propterty "processed" to "true".
now a JQL should look like "comment["Processed"] = "true" " => but it's not working.
Am I missing sth?
thanks