jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
450 stars 169 forks source link

Can't use searchUsers in GDPR strict mode #359

Closed BenoitDuffez closed 1 year ago

BenoitDuffez commented 1 year ago

The API has SearchUserOptions with query: string, username: string.
Then:

Node 18 with TypeScript.

BenoitDuffez commented 1 year ago

Fixed in TypeScript @types repo, had nothing to do with this repo.