The api call returns 200 OK but the sharePermissions is not set. What am I missing?
I tried using an existing ID and a made up ID but both did nothing.
POST https://example.atlassian.net/rest/api/3/filter
{
"name": "projektName3",
"jql": "project = NEBU AND issuetype in (Extra, Pauschal) ORDER BY created DESC",
"sharePermissions": [{"id": "100001", "type": "loggedin"}]
}