Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 032c0cf

Browse files
committed
Specifying sub-tree for 'comments' is not supported #97
1 parent d497ab3 commit 032c0cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ client = TrackerApi::Client.new(token: 'my-api-token') # Crea
9090
client.project(project_id, fields: ':default,labels(name)') # Eagerly get labels with a project
9191
client.project(project_id, fields: ':default,epics') # Eagerly get epics with a project
9292
client.project(project_id).stories(fields: ':default,tasks') # Eagerly get stories with tasks
93-
client.project.stories(fields: ':default,comments(:default,person)') # Eagerly get stories with comments and the person that made the comment
9493
story.comments(fields: ':default,person') # Eagerly get comments and the person that made the comment for a story
9594
```
9695

0 commit comments

Comments
 (0)