Skip to content

API Issue with accesslogs filter #82

@aggie87

Description

@aggie87

I seem to be having trouble filtering audit logs when there is a parenthesis in the search string. I escape the parenthesis and double encode it and still no joy

You can look at ANY audit log that contains a block in the format [Added property (<name of prop>:<value of prop>)]

If you search using this filter=description~"Added property %255c%2528" it will return all Added property results, but the second you add any character after the double encoded \( it returns nothing.

Am I doing something wrong?

the API call I am making would be something like this

{{baseUrl}}/setting/accesslogs?filter=description~"Added property %255c%2528p"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions