# lucene-jira-archive **Repository Path**: mirrors_apache/lucene-jira-archive ## Basic Information - **Project Name**: lucene-jira-archive - **Description**: Jira archive for Apache Lucene - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-30 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jira archive for Apache Lucene This repository serves for: https://issues.apache.org/jira/browse/LUCENE-10557 - [Archive Jira attachments](https://github.com/apache/lucene-jira-archive/tree/gh-pages) - Drafting Label management - Drafting Issue templates - [Migration script](./migration/) ## Recommended: Use --single-branch when cloning All attachments (800MiB+) are kept in [gh-pages](https://github.com/apache/lucene-jira-archive/tree/gh-pages) branch. Not to clone all commit history at initial cloning, use `--single-branch --branch main` option that only clones the history of `main` branch. ``` git clone --single-branch --branch main git@github.com:apache/lucene-jira-archive.git ```