feat(integrations): sprint 2 β webhooks UI, CSV/Trello importers, action-aware notifications#252
Merged
Merged
Conversation
β¦ion-aware notifications Integrations (Settings β Integrations): - Manage Slack / Discord / JSON outgoing webhooks with per-event subscriptions and delivery logs - Action-aware notifications: announce the specific change (status, assignee, priority, due, rename, estimate, β¦) with fromβto diffs and assignee/lead ids resolved to names - Deliver exactly one task.created on create (suppress create-flow churn and the project-counter phantom emit); re-read the full task before delivery so payloads are complete Importers (project filter toolbar): - CSV and Trello importers mirroring the Jira importer; map columns / lists onto the project's statuses - Resolve statuses from the project's taskStatusData with a guaranteed type/key so imports never fail statusType validation; route the Jira importer through the same shared helper - Downloadable sample templates in all three import modals Tasks: - Stop the automatic AI time estimate on task creation (manual-only now) Tests: 198 passing (webhook-rules, csv-rules, trello-rules). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sprint 2 β Integrations & Importers
Verified end-to-end against a local instance: Slack, Discord, and JSON webhooks all delivering; CSV + Trello imports landing tasks.
Integrations (Settings β Integrations) β S2-01 / S2-03
Status: To Do β In Progress, via a per-task snapshot cache; assignee/lead ids resolved to names.task.createdβ suppresses create-flow churn (TaskKey assignment, counter/index writes) and the project-counter phantom emit; the full task is re-read before delivery so payloads are complete.Importers (project filter toolbar) β S2-04 / S2-05
createMultipleTaskspipeline (keys, counters, sockets all native).taskStatusData(guaranteedtype/key) so imports never failstatusTypevalidation on projects with custom statuses; the Jira importer was routed through the same shared helper (fixes a latent bug there too).Tasks
task.updated); the estimate is now manual-only (sidebar button + AI project generator still use it).Testing
webhook-rules,csv-rules,trello-rules).Notes
n8n-nodes-alianhubpackage, not this repo..claude/settings.local.json, throwaway.claude/import-samples/) were left out.π€ Generated with Claude Code