Automates detection of unused feature flags in Android Kotlin/Java code by comparing GitLab repos with LaunchDarkly flags, logs to Google Sheets, creates Jira tickets, and sends Slack alerts.
This n8n workflow is an Android Feature Flag Cleanup Bot that identifies 'dead' (unused) feature flags by analyzing your GitLab repository code against LaunchDarkly's feature flag configurations. It runs weekly via a schedule trigger, fetches code from GitLab, extracts flags using regex patterns tailored for Kotlin/Java, retrieves active flags from LaunchDarkly via API, and compares them to flag unused ones that are archived or off in production.
Results are logged in Google Sheets for tracking
Platform
n8n
Category
Sales
Price
$24.99
Creator
BestWorkflows
feature flags
Android
GitLab
LaunchDarkly
Jira
Slack
Google Sheets
DevOps
code cleanup
technical debt
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.