Commit c5e40e35bfa1094b674ada94f4b88ba960de610b

Authored by Jozef Vaclavik
1 parent 12957121
Exists in master and in 1 other branch production

Updated README for Gitlab information

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
README.md
... ... @@ -383,6 +383,13 @@ card_type = Defect, status = Open, priority = Essential
383 383 * For 'BITBUCKET REPO' field, the account will either be a username or organization. i.e. **errbit/errbit**
384 384 * You will also need to provide your username and password for your Bitbucket account.
385 385  
  386 +**Gitlab Issues Integration**
  387 +
  388 +* Account is the host of your gitlab installation. i.e. **http://gitlab.example.com**
  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 +
386 393  
387 394  
388 395 What if Errbit has an error?
... ...