mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-19 01:23:09 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -43,7 +43,7 @@ GET /issues_statistics?confidential=true
|
||||
| `created_before` | datetime | no | Return issues created on or before the given time |
|
||||
| `updated_after` | datetime | no | Return issues updated on or after the given time |
|
||||
| `updated_before` | datetime | no | Return issues updated on or before the given time |
|
||||
| `confidential` | Boolean | no | Filter confidential or public issues. |
|
||||
| `confidential` | boolean | no | Filter confidential or public issues. |
|
||||
|
||||
```shell
|
||||
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/issues_statistics
|
||||
@ -99,7 +99,7 @@ GET /groups/:id/issues_statistics?confidential=true
|
||||
| `created_before` | datetime | no | Return issues created on or before the given time |
|
||||
| `updated_after` | datetime | no | Return issues updated on or after the given time |
|
||||
| `updated_before` | datetime | no | Return issues updated on or before the given time |
|
||||
| `confidential` | Boolean | no | Filter confidential or public issues. |
|
||||
| `confidential` | boolean | no | Filter confidential or public issues. |
|
||||
|
||||
```shell
|
||||
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/groups/4/issues_statistics
|
||||
@ -155,7 +155,7 @@ GET /projects/:id/issues_statistics?confidential=true
|
||||
| `created_before` | datetime | no | Return issues created on or before the given time |
|
||||
| `updated_after` | datetime | no | Return issues updated on or after the given time |
|
||||
| `updated_before` | datetime | no | Return issues updated on or before the given time |
|
||||
| `confidential` | Boolean | no | Filter confidential or public issues. |
|
||||
| `confidential` | boolean | no | Filter confidential or public issues. |
|
||||
|
||||
```shell
|
||||
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/projects/4/issues_statistics
|
||||
|
Reference in New Issue
Block a user