Skip to content

Conversation

@redreceipt
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings July 30, 2025 19:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the "Customer Success" project filter from Linear query functions, restricting results to only issues without assigned projects.

  • Simplified three GraphQL query filters by removing the OR condition that included "Customer Success" project
  • Updated queries to only return issues where the project field is null

{ project: { name: { eq: "Customer Success" } } },
{ project: { null: true } }
]
project: { null: true }
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change may be a breaking change for consumers expecting issues from the 'Customer Success' project. Consider adding a parameter to control project filtering or documenting this behavior change.

Copilot uses AI. Check for mistakes.
@redreceipt redreceipt temporarily deployed to bug-board-remove-custom-lmv9fq July 30, 2025 19:34 Inactive
@redreceipt redreceipt merged commit 9978cc3 into main Jul 30, 2025
2 checks passed
@redreceipt redreceipt deleted the remove-customer-success branch July 30, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants