summaryrefslogtreecommitdiff
path: root/doc/api/issues.md
Commit message (Collapse)AuthorAgeFilesLines
* Review updates and cleanupce-57402-add-issues-statistics-api-endpointsAlexandru Croitor2019-05-171-3/+3
| | | | | | | * Cleaned issues and issues_statistics docs * Renamed param with_labels_data to with_labels_details * Added spec for N+1 check when retrieving labels from issue * Refactoed CheckAssigneesCount validation class
* Add params validations and remove extra params supportAlexandru Croitor2019-05-151-15/+51
| | | | | | | | | Remove label_name and milestone_title params support Add mutually_exclusive validation for author_id and author_username Add mutually_exclusive validation for assignee_id and assignee_username Add validation to allow single value for asignee_username on CE Add separate issue_stats_params helper for statistics params and reuse in issues_params.
* Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-0/+7
| | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
* Revert "Merge branch ↵Michael Kozono2019-02-251-31/+0
| | | | | | | '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'" This reverts commit 7981c0292b07a0138b096fa082341fcb13e9ce2b, reversing changes made to 9202bbd129537a698b986e6295d0c783b5a84815.
* Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-7/+0
| | | | | This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
* Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-251-0/+7
|\ | | | | | | | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
| * Add API support for filtering confidential issuesRobert Schilling2019-02-211-0/+7
| |
* | Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' ↵Rémy Coutable2019-02-251-0/+31
|\ \ | |/ |/| | | | | | | | | | | | | into 'master' API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201
| * Incorporate review feedbackRobert Schilling2019-02-181-1/+1
| | | | | | | | | | Use shared examples for issues and merge requests rather than a loop creating common specs.
| * Add new to test bulk_update endpoint for issues and MRsRobert Schilling2019-02-141-0/+31
| | | | | | | | | | Add documentation for issues and MRs. Add shared tests for both bulk updating issues and MRs.
* | Add related merge request count to api responsePatrick Derichs2019-02-191-0/+10
| |
* | Remove consecutive blank lines from markdown filesEvan Read2019-02-181-6/+0
|/ | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Merge branch 'search-title' into 'master'Sean McGivern2019-02-051-0/+2
|\ | | | | | | | | Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350
| * Fix grammar and spellingHiroyuki Sato2019-02-051-1/+1
| |
| * Add 'in' filter that modifies scope of 'search' filter to issues and merge ↵Hiroyuki Sato2019-01-141-0/+2
| | | | | | | | requests API
* | Add missing attrs to Issue example API responsesMario de la Ossa2019-01-241-0/+18
|/
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-20/+20
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Filter by `None`/`Any` for labels in issues/mrs APIJacopo2018-11-231-3/+3
| | | | | | | | | | | | | | By using the parameters `?labels=None|Any` the user can filter issues/mrs from the API that has `none/any` label. Affected endpoints are: - /api/issues - /api/projects/:id/issues - /api/groups/:id/issues - /api/merge_requests - /api/projects/:id/merge_requests - /api/groups/:id/merge_requests
* Docs: fix API move issue curl commandCynthia Ng2018-11-221-1/+1
|
* add related merge request endpointHelmut Januschka2018-11-011-0/+87
|
* Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern2018-11-011-3/+3
|\
| * Add documentationHeinrich Lee Yu2018-11-011-3/+3
| |
* | Add API docsHeinrich Lee Yu2018-11-011-3/+3
|/
* Add documentationHeinrich Lee Yu2018-10-261-3/+3
|
* Allows to filter issues by `Any milestone` in the APIJacopo2018-10-031-1/+1
| | | | | | In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`.
* Allow date parameters on Issues and Notes API for group ownersFlorent Dubois2018-08-221-1/+1
| | | | | | | - Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059
* Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri2018-08-011-0/+1
|
* Add `No+Milestone` for querying by milestonedocs-no-milestone-issues-apiVictor Wu2018-07-231-3/+3
|
* Clarify milestone_id scope for API operations on IssuablesMark Fletcher2018-05-241-2/+2
|
* Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-211-4/+5
| | | | Deprecate corresponding dash versions created-by-me and assigned-to-me
* Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern2018-03-301-0/+48
|\ | | | | | | | | Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042
| * added missing space in docs and a changeloghaseeb2018-03-061-2/+2
| |
| * note addedhaseeb2018-03-031-0/+21
| |
| * documentation updatedhaseeb2018-02-281-0/+27
| |
* | Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-2/+12
|/
* API: get participants from merge_requests & issuesBrent Greeff2018-01-051-0/+39
|
* [API] Document how to unassign labels, milestones, and assigneesdocs/api-nilAchilleas Pipinellis2017-12-011-3/+3
|
* Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-201-1/+9
|\
| * Add 'closed_at' attribute to Issues APIVitaliy @blackst0ne Klachkov2017-09-161-1/+9
| |
* | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-1/+1
| |
* | Support discussion lock in the APIJarka Kadlecova2017-09-141-4/+53
|/
* Fix API documentHiroyuki Sato2017-09-051-3/+4
|
* Add my_reaction_emoji param to /issues APIHiroyuki Sato2017-09-051-44/+50
|
* Merge branch 'docs-fix-15669-issue-move-api' into 'master'Achilleas Pipinellis2017-09-041-1/+1
|\ | | | | | | | | | | | | Add to_project_id parameter to Move Issue via API example Closes #15669 See merge request !14008
| * Add to_project_id parameter to Move Issue via API exampleMark Fletcher2017-09-021-1/+1
| |
* | Add time stats documentation to issue and merge request end pointsTravis Miller2017-08-291-1/+55
|/
* Fix the iids parameters in the API documentationFrank Pavageau2017-08-071-3/+3
| | | | | Since the parameter name is really `iids[]`, it should be used consistently across the documentation.
* Modify/add some forgotten issues API documentationtc-api-root-merge-requestsToon Claes2017-07-281-18/+22
| | | | Should have been part of !13004.
* Merge branch 'tc-issue-api-assignee' into 'master'Sean McGivern2017-07-271-1/+15
|\ | | | | | | | | | | | | Add author_id & assignee_id param to /issues API Closes #29430 See merge request !13004
| * Allow query param scope for /issues API endpointtc-issue-api-assigneeToon Claes2017-07-241-6/+9
| |