fix: attachment_count in issue pagination v2 endpoint#5840
fix: attachment_count in issue pagination v2 endpoint#5840sriramveeraghanta merged 2 commits intopreviewfrom
Conversation
WalkthroughThe changes made in this pull request focus on enhancing the functionality of the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 (
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- apiserver/plane/app/views/issue/base.py (2 hunks)
🧰 Additional context used
🔇 Additional comments (1)
apiserver/plane/app/views/issue/base.py (1)
758-766: LGTM on theattachment_countannotationThe addition of the
attachment_countannotation correctly calculates the number of attachments for each issue and is consistent with the existing code patterns.
Summary
This fix addresses the issue where the attachment_count field was missing or incorrect in the issue pagination v2 endpoint.
Summary by CodeRabbit