public class JqlPersonalDataMigrationApi extends Object
| Constructor and Description |
|---|
JqlPersonalDataMigrationApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ConvertedJQLQueries> |
migrateQueries(JQLPersonalDataMigrationRequest jqLPersonalDataMigrationRequest,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
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.
|
public JqlPersonalDataMigrationApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<ConvertedJQLQueries> migrateQueries(JQLPersonalDataMigrationRequest jqLPersonalDataMigrationRequest, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
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.
jqLPersonalDataMigrationRequest - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.