[WEB-3235]fix: transfer issues button mutation#6549
[WEB-3235]fix: transfer issues button mutation#6549sriramveeraghanta merged 3 commits intopreviewfrom
Conversation
WalkthroughThe changes update the management of issue counts within a cycle. The backend renames and filters issue counts in the Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant CycleViewSet
participant Database
Client->>CycleViewSet: Request cycle data
CycleViewSet->>Database: Query cycles filtering for cancelled issues
Database-->>CycleViewSet: Return cycle data with cancelled issues count
CycleViewSet-->>Client: Send cycle data response
sequenceDiagram
participant User
participant CycleListItemAction
participant CycleQuickActions
User->>CycleListItemAction: Request cycle details view
CycleListItemAction->>CycleQuickActions: Compute transferableIssuesCount (total - cancelled - completed)
CycleQuickActions-->>User: Display transferable issues information
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* fix: pending issues mutation * fix: transfer issues count
Description
This update fixes the mutation issue for transfer issues
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
WEB-3235
Summary by CodeRabbit