Where does JIRA stores all the task id related to reindexing both Project level and application level
In memory, as there's no use for the request id's outside the running process.
Thanks Nic,
Then for running above api, how can i get the requestId.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Our requirement is, if we want to check all the Project Index activities going on currently. Then can we do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm guessing you have not managed to find the documentation as you're asking this.
Check the descriptions of the available calls in https://docs.atlassian.com/jira/REST/server/#api/2/reindex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Thanks i have seen these api's, by the problem is non of them is telling me the progress of Project Reindex task.
For GET /rest/api/2/reindex/request/{requestId}
What shoud be the request id, from where can i get it
For api/2/reindex/request
its not showing me the details of on going project reindexing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please, read the documentation, it clearly states how to get the ids and return a progress report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am sorry, i couldn't find how to get request id in below link https://docs.atlassian.com/jira/REST/server/#api/2/reindex Also i suspect these API is giving information on application level reindex. If i triger a BACKGROUND reindex and hit api/2/reindex/progress with the task id provided in URL, then only I get response. But if same is being done with Project Reindex, then no response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm. I get told about project indexing when I run it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nick,
Can you please help by being more elaborative. What exactly you tried.
Did you get the details about Project Reindex by api/2/reindex/progres and passing the task id given in the url
secure/project/IndexProjectProgress.jspa?pid=xxxxx&taskId=25329
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, the list of currently running index processes returned by the REST call for the list contains the id of any index process currently running.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I already checked that and that is what i am trying to point out, in my case if i triger a Project Reindex and immediatly hit this REST API, i am not getting any id.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So how can i find out whether there is an re-index running started by anyone in the system?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.