Commit 0c020222c89a5014031312175fc5b7302632b2bb

Authored by Jozef Vaclavik
1 parent 4c05c205
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
... ... @@ -382,6 +382,13 @@ card_type = Defect, status = Open, priority = Essential
382 382 * For 'BITBUCKET REPO' field, the account will either be a username or organization. i.e. **errbit/errbit**
383 383 * You will also need to provide your username and password for your Bitbucket account.
384 384  
  385 +**Gitlab Issues Integration**
  386 +
  387 +* Account is the host of your gitlab installation. i.e. **http://gitlab.example.com**
  388 +* To authenticate, Errbit uses token-based authentication. Get your API Key in your user settings (or create special user for this purpose)
  389 +* You also need to provide project name (shortname) or ID (number) for issues to be created
  390 +* **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
  391 +
385 392  
386 393  
387 394 What if Errbit has an error?
... ...