Add comments_count field to Card API responses #2590
Unanswered
okdas
asked this question in
Ideas and Issue Triage
Replies: 1 comment
-
|
@okdas I think that's a great idea. Are you interested in opening a pull request? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The web UI already shows comment counts on kanban cards (added after discussion #2157), but the API doesn't include this field. The card JSON response only has
comments_url, no numeric count.This means API consumers and CLI tools have to paginate through the full comments endpoint just to know whether a card has any comments at all.
Would be great to add a
comments_countinteger field to the card response (both list and show), matching what's already visible in the UI.Any objections?
Beta Was this translation helpful? Give feedback.
All reactions