Block 1 - Check Dead Flags
- Type / Role
- n8n-nodes-base.if - if
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Android Feature Flag Cleanup Bot (GitLab + LaunchDarkly) This n8n automation detects unused (“dead”) feature flags in an Android Kotlin/Java codebase by comparing your GitLab repository code agains...
n8n-nodes-base.if, n8n-nodes-base.scheduletrigger, n8n-nodes-base.gitlab, n8n-nodes-base.googlesheets, n8n-nodes-base.slack, n8n-nodes-base.jira, n8n-nodes-base.httprequest, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis n8n automation detects unused (“dead”) feature flags in an Android Kotlin/Java codebase by comparing your GitLab repository code against LaunchDarkly’s feature flag list.
It logs results in Google Sheets, creates Jira tickets for cleanup and sends Slack alerts automatically.
Import JSON into n8n.
Connect credentials for:
Update:
Activate workflow.
| Issue | Possible Cause | Solution |
|---|---|---|
| Workflow fails at GitLab node | Invalid repo path or missing OAuth scope | Update repo path & check GitLab OAuth permissions |
| LaunchDarkly API request returns 401 | Invalid or expired API key | Generate a new API key in LaunchDarkly & update node |
| Google Sheets node fails | Wrong Sheet ID or missing sharing permissions | Confirm Sheet ID and share with connected Google account |
| Jira ticket not created | Missing required fields | Set project key, issue type, and summary in Jira node |
| Slack alert not sent | Webhook URL invalid or revoked | Regenerate Slack webhook and update in node |
If you’d like, we can help set up and customize this workflow for your exact repo, flag rules and team notification preferences — including regex adjustments, extra reporting or adding automatic cleanup PRs.
Contact our n8n automation team at WeblineIndia.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Detect unused Android feature flags with GitLab, LaunchDarkly, Jira & Slack |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | DevOps, Multimodal AI |
| Author | WeblineIndia |
| Published | 28 Aug 2025 |
Use the JSON export at /data/workflows/7985/7985.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Android Feature Flag Cleanup Bot (GitLab + LaunchDarkly) This n8n automation detects unused (“dead”) feature flags in an Android Kotlin/Java codebase by comparing your GitLab repository code agains...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps, Multimodal AI use case.