v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
JQL

Convert user identifiers to account IDs in JQL queries

Converts one or more JQL queries with user identifiers (username or user key) to equivalent JQL queries with account IDs.

You may wish to use this operation if your system stores JQL queries and you want to make them GDPR-compliant. For more information about GDPR-related changes, see the migration guide.

Permissions required: Permission to access Jira.

post/rest/api/3/jql/pdcleaner

Request body

queryStringsstring[]

A list of queries with user identifiers. Maximum of 100 queries.

Response

Returned if the request is successful. Note that the JQL queries are returned in the same order that they were passed.

queryStringsstring[]

The list of converted query strings with account IDs in place of user identifiers.