OptionalindexChangeHistory?: booleanIndicates that changeHistory should also be reindexed. Not relevant for foreground reindex, where changeHistory is always reindexed.
OptionalindexComments?: booleanIndicates that comments should also be reindexed. Not relevant for foreground reindex, where comments are always reindexed.
OptionalindexWorklogs?: booleanIndicates that worklogs should also be reindexed. Not relevant for foreground reindex, where worklogs are always reindexed.
Optionaltype?: stringCase insensitive String indicating type of reindex. If omitted, then defaults to BACKGROUND_PREFERRED. Not relevant for Search Platform that only supports BACKGROUND reindexing e.g. OpenSearch.
Optionaloptions: RequestOptions
Kicks off a reindex. Need Admin permissions to perform this reindex.