mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
0e081ff0ce
* [API] ListIssues add more filters: optional filter repo issues by: - since - before - created_by - assigned_by - mentioned_by * Add Tests * Update routers/api/v1/repo/issue.go Co-authored-by: Lanre Adelowo <adelowomailbox@gmail.com> * Apply suggestions from code review Co-authored-by: Lanre Adelowo <adelowomailbox@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
21 lines
215 B
YAML
21 lines
215 B
YAML
-
|
|
id: 1
|
|
uid: 1
|
|
issue_id: 1
|
|
is_read: true
|
|
is_mentioned: false
|
|
|
|
-
|
|
id: 2
|
|
uid: 2
|
|
issue_id: 1
|
|
is_read: true
|
|
is_mentioned: false
|
|
|
|
-
|
|
id: 3
|
|
uid: 4
|
|
issue_id: 1
|
|
is_read: false
|
|
is_mentioned: true
|