summaryrefslogtreecommitdiff
path: root/doc/api/issues.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-1/+12
| | | | | | | | Allow issues filtering on `author_id` and `assignee_id`.
* | Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-251-5/+35
|/
* refactor code based on feedbackJames Lopez2017-07-061-1/+1
|
* fix docsJames Lopez2017-07-061-1/+3
|
* add API documentationJames Lopez2017-07-061-0/+25
|
* add since and until params to issuablesKyle Bishop2017-06-181-1/+2
|
* fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-11/+11
|
* update API doc with +API (h1 heading)Marcia Ramos2017-05-101-1/+1
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-4/+80
|
* Add issues/:iid/closed_by api endpointmhasbini2017-04-121-0/+61
|
* Add URL encoding link to issues APIAchilleas Pipinellis2017-04-101-15/+15
| | | | [ci skip]
* Fix markdown table in API Issues docsdocs/fix-md-table-in-api-issuesAchilleas Pipinellis2017-04-061-63/+29
|
* Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-51/+91
| | | | Notice that this param is being supported since V3, but we have not added the proper docs for it
* Put the use of "No Label" in the descriptiontc-clean-up-no-label-docToon Claes2017-03-161-9/+3
| | | | | To get the issues that have no label, the special keyword `No Label` can be used. This `No Label` label can be used like any other label.
* Rename variableBob Van Landuyt2017-03-131-2/+2
| | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-3/+3
| | | | | And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-9/+10
| | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* Add documentation for !9530.Timothy Andrew2017-03-071-72/+72
|
* Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribedAdam Niedzielski2017-03-061-3/+0
| | | | merge requests
* Be able to list issues with no labels using APIVignesh Ravichandran2017-03-031-0/+6
|
* Merge branch '28257-issues-iids' into 'master' Sean McGivern2017-03-021-1/+6
|\ | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541
| * API issues - support filtering by iidsJarka Kadlecova2017-03-011-1/+6
| |
* | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-16/+16
| |
* | Update documentationRobert Schilling2017-02-281-37/+0
|/
* Use POST in the endpoint description for :ressource/unsubscribe [ci skip]api-subscribe-docRobert Schilling2017-02-231-1/+1
|
* Update documentationapi-subscription-restfulRobert Schilling2017-02-221-4/+4
|
* Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-201-2/+2
|
* Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changesOswaldo Ferreira2017-02-061-1/+0
|