BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
5bf12bbb
Commit
5bf12bbb
authored
Apr 30, 2014
by
dosire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make clear that notes also serve as comments.
parent
901fc300
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
1 deletion
+11
-1
README.md
doc/api/README.md
+1
-1
issues.md
doc/api/issues.md
+4
-0
merge_requests.md
doc/api/merge_requests.md
+4
-0
notes.md
doc/api/notes.md
+2
-0
No files found.
doc/api/README.md
View file @
5bf12bbb
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
+
[
Merge Requests
](
merge_requests.md
)
+
[
Merge Requests
](
merge_requests.md
)
+
[
Issues
](
issues.md
)
+
[
Issues
](
issues.md
)
+
[
Milestones
](
milestones.md
)
+
[
Milestones
](
milestones.md
)
+
[
Notes
](
notes.md
)
+
[
Notes
](
notes.md
)
(
comments
)
+
[
Deploy Keys
](
deploy_keys.md
)
+
[
Deploy Keys
](
deploy_keys.md
)
+
[
System Hooks
](
system_hooks.md
)
+
[
System Hooks
](
system_hooks.md
)
+
[
Groups
](
groups.md
)
+
[
Groups
](
groups.md
)
...
...
doc/api/issues.md
View file @
5bf12bbb
...
@@ -193,3 +193,7 @@ Parameters:
...
@@ -193,3 +193,7 @@ Parameters:
+
`id`
(required) - The project ID
+
`id`
(required) - The project ID
+
`issue_id`
(required) - The ID of the issue
+
`issue_id`
(required) - The ID of the issue
## Comments on issues
Comments are done via the notes resource.
doc/api/merge_requests.md
View file @
5bf12bbb
...
@@ -258,3 +258,7 @@ Parameters:
...
@@ -258,3 +258,7 @@ Parameters:
}
}
]
]
```
```
## Comments on issues
Comments are done via the notes resource.
doc/api/notes.md
View file @
5bf12bbb
Notes can be wall notes or comments on snippets, issues or merge requests.
## Wall
## Wall
### List project wall notes
### List project wall notes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment