Automate Android Feature Flag Cleanup with GitLab, LaunchDarkly, Jira, and Slack - n8n Workflow | Neura Market
Automate Android Feature Flag Cleanup with GitLab, LaunchDarkly, Jira, and Slack
This n8n workflow automates the detection and management of unused feature flags in Android Kotlin/Java codebases by comparing GitLab repository code with LaunchDarkly's feature flag list. It logs results in Google Sheets, creates Jira tickets for cleanup, and sends Slack alerts.
This workflow is designed for Android engineering teams utilizing Kotlin/Java and managing feature flags with LaunchDarkly. By automating the detection of 'dead' feature flags—those that are unused in code and either archived or off in production—teams can reduce technical debt and maintain clean feature flag lists. The workflow runs on a weekly schedule, fetching code from GitLab, extracting feature flags using regex, and comparing them with LaunchDarkly's list. Results are stored in Google She
Platform
n8n
Category
Development & IT
Price
Free
Creator
Daniel Park
if
code
jira
slack
gitlab
stickyNote
httpRequest
googleSheets
scheduleTrigger
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.