Use this method to track messages for a particular thread.
- Jira administrators
- Jira user who has all of the following:
- View/browse permissions to the project;
- View Development Tools permissions to the same project; and
- The repository is associated to the project.
url
{JiraBaseURL}/rest/gitplugin/1.0/index.json
method
GET
parameters
Field | Description |
---|---|
threadID | Required.
Indexer thread ID (UUID). Query parameter. Example: |
repoId | Integer. Optional.
When the |
response
JSON
Example:
http://jira.yourorg.com/rest/gitplugin/1.0/index.json?threadId=eafe58fc-d8de-42ff-8815-6fe5860b38d2&repoId=113
Response:
{
"success":true,
"finished":true,
"threadId":172,
"messages": {
"Indexing test-repo":100.0
},
"errors": {},
"lastOperationPercent":100.0
}
Reindex REST APIs
Reindex POST API (Git Integration for Jira Data Center)
Reindex GET API (this page)