2 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Integrate OpenSearch as a search backend for the Redmine monorepo. This involves adding OpenSearch as a service within the existing Docker Compose setup, configuring it for development (disabling security), and ensuring its accessibility from Redmine and ETL containers. The task requires modifying the `docker-compose.yml` file to include OpenSearch, configuring its network settings for communication with other services, and potentially updating Redmine's configuration to use OpenSearch as its search index.

Complexity: 4/5
good first issue configuration

AI Summary: The task involves setting up a Redmine development environment using Docker Compose and MariaDB. This includes cloning a monorepo containing Redmine core and plugins, configuring environment variables, building Docker images, running database migrations, and verifying that Redmine is accessible via a web browser. A comprehensive README should document the setup process.

Complexity: 4/5
documentation good first issue