Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to know when the JIRA, Confluence Re-indexing started and completed

Manu Mishra
Contributor
May 28, 2018

HI Team,

Is there any way i can see the information about re-indexing status either from UI or from Log? We used to perform re-indexing every week in JIRA & Confluence and being an admin i would to know, when the re-indexing performed and when it was completed with the time taken to complete. I  have been looking for the log (atlassian-jira.log) but i couldn't able to determine when it was completed. 

Is there any specific line in the log file which contains the information OR is there any other way to see the specific peace of information? 

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 28, 2018

Hello,

Try to use GET /rest/api/2/reindex. You can find more info here:

https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/reindex

Manu Mishra
Contributor
May 28, 2018

My JIRA URL is "https://localhost:8080" and i am using postman. So the api url i am using https://localhost:8080/rest/api/2/reindex but it is not returning any value in jason. kindly let me know if the above url is correct. 

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 28, 2018

Kindly make sure that you are authenticated in Jira via postman. If you use basic authentication in Jira, you should pass the Authorization header with "Basic username:passwordInBase64".

You can find more info here:

https://developer.atlassian.com/server/jira/platform/basic-authentication/ 

Suggest an answer

Log in or Sign up to answer