reinit_jama_project
Re-initialize an already-initialized Jama project to fetch and re-index a fresh copy after config changes or index corruption. Returns a job ID for async progress tracking.
Instructions
Re-initialize an already-initialized Jama project (full re-sync).
Behaves like init_jama_project but is the explicit verb for re-fetching and
re-indexing a project that has already reached READY/ERROR — e.g. after a
config change, corrupted index, or to pull a fresh full copy. Runs as an
async background task and returns a job_id immediately. Poll progress with
get_sync_progress roughly every 2 minutes until status is DONE or ERROR,
reporting each sample to the user.
Args:
project_id: Jama project id (numeric string, e.g. "20571").
Returns:
{"job_id": "...", "project_id": ..., "status": "RUNNING"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |