Commit 8a291c12725b0d0b859504ebb29c26ab1be492a0
1 parent
bd13e090
Exists in
master
and in
1 other branch
Gitlab Integration README.md update
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -387,9 +387,7 @@ card_type = Defect, status = Open, priority = Essential |
387 | 387 | |
388 | 388 | * Account is the host of your gitlab installation. i.e. **http://gitlab.example.com** |
389 | 389 | * To authenticate, Errbit uses token-based authentication. Get your API Key in your user settings (or create special user for this purpose) |
390 | -* You also need to provide project name (shortname) or ID (number) for issues to be created | |
391 | -* **Currently (as of 3.0), Gitlab has 2000 character limit for issue description.** It is necessary to turn it off at your instance, because Errbit issues body is much longer. Please comment validation line in issue model in models folder https://github.com/gitlabhq/gitlabhq/blob/master/app/models/issue.rb#L10 | |
392 | - | |
390 | +* You also need to provide project ID (it needs to be Number) for issues to be created | |
393 | 391 | |
394 | 392 | |
395 | 393 | What if Errbit has an error? | ... | ... |