Call the Reindex REST API to have more control on indexing.
Reindex POST API
Use this method to start the reindex process in a separate thread.
Example:
http://jira.yourorg.com/rest/gitplugin/2.0/reindex
For more detailed information, see Reindex POST API documentation.
Reindex GET API
Example #1:
Use this method to retrieve the reindex status for a particular repository.
http://jira.yourorg.com/rest/gitplugin/1.0/index.json?repoId=113
Example #2:
Use this method to retrieve reindex status of all repositories.
http://jira.yourorg.com/rest/gitplugin/1.0/index.json
For more detailed information, see Reindex GET API documentation
Prev: Setting up repository root not located in Jira Home directory (Admins)
Next: Recommended reindex interval setting
More related articles on Git for Jira administrators
Setup GitLab Server to respond to incoming network API calls
New GitLab v10+ authentication
General settings: Improving Jira performance
Adding a repository hosted on Windows Servers or Windows Network Share (Admins)
Setting up repository root not located in Jira Home directory (Admins)
Reindex API to trigger indexing (this page)
Recommended reindex interval setting
Increasing timeout threshold for large repositories while doing a Git pull
Recommended upgrade method for Git Integration for Jira
Discard cloned files in Jira Home directory (General setting)