mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 17:46:07 +10:00
Merge branch 'notes-are-comments' into 'master'
Notes are comments
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
+ [Merge Requests](merge_requests.md)
|
||||
+ [Issues](issues.md)
|
||||
+ [Milestones](milestones.md)
|
||||
+ [Notes](notes.md)
|
||||
+ [Notes](notes.md) (comments)
|
||||
+ [Deploy Keys](deploy_keys.md)
|
||||
+ [System Hooks](system_hooks.md)
|
||||
+ [Groups](groups.md)
|
||||
|
||||
@@ -193,3 +193,7 @@ Parameters:
|
||||
|
||||
+ `id` (required) - The project ID
|
||||
+ `issue_id` (required) - The ID of the issue
|
||||
|
||||
## Comments on issues
|
||||
|
||||
Comments are done via the notes resource.
|
||||
|
||||
@@ -258,3 +258,7 @@ Parameters:
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
## Comments on issues
|
||||
|
||||
Comments are done via the notes resource.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
Notes can be wall notes or comments on snippets, issues or merge requests.
|
||||
|
||||
## Wall
|
||||
|
||||
### List project wall notes
|
||||
|
||||
Reference in New Issue
Block a user