list_issues_with_journals
List issues with all comments to review progress per assignee. Filter by project, status, or assignee ID.
Instructions
Returns a list of issues with all comments. Useful for reviewing progress per assignee.
Args:
assigned_to_id: Assignee ID (obtain via list_users)
project_id: Project ID (all projects if omitted)
status_id: Status ID or "open" / "closed" / "*"
limit: Number of issues to fetch (max 100)
offset: Starting offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status_id | No | ||
| project_id | No | ||
| assigned_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |