Commit a22d7ca595132361a6b1ed05ceb148d235a08fd7

Authored by Nathan Broadbent
1 parent 7d2e0123
Exists in master and in 1 other branch production

Added Mingle integration guide

Showing 1 changed file with 12 additions and 3 deletions   Show diff stats
README.md
... ... @@ -121,26 +121,35 @@ Upgrading
121 121 If we change the way that data is stored, this will run any migrations to bring your database up to date.
122 122  
123 123  
124   -Lighthouseapp integration
  124 +Lighthouseapp Integration
125 125 -------------------------
126 126  
127 127 * Account is the name of your subdomain, i.e. **litcafe** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview
128 128 * Errbit uses token-based authentication. Get your API Token or visit [http://help.lighthouseapp.com/kb/api/how-do-i-get-an-api-token](http://help.lighthouseapp.com/kb/api/how-do-i-get-an-api-token) to learn how to get it.
129 129 * Project id is number identifier of your project, i.e. **73466** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview
130 130  
131   -Redmine integration
  131 +Redmine Integration
132 132 -------------------------
133 133  
134 134 * Account is the host of your redmine installation, i.e. **http://redmine.org**
135 135 * Errbit uses token-based authentication. Get your API Key or visit [http://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication](http://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication) to learn how to get it.
136 136 * Project id is an identifier of your project, i.e. **chilliproject** for project at http://www.redmine.org/projects/chilliproject
137 137  
138   -Pivotal Tracker integration
  138 +Pivotal Tracker Integration
139 139 -------------------------
140 140  
141 141 * Errbit uses token-based authentication. Get your API Key or visit [http://www.pivotaltracker.com/help/api](http://www.pivotaltracker.com/help/api) to learn how to get it.
142 142 * Project id is an identifier of your project, i.e. **24324** for project at http://www.pivotaltracker.com/projects/24324
143 143  
  144 +Thoughtworks Mingle Integration
  145 +-------------------------------
  146 +
  147 +* Account is the host of your mingle installation. i.e. **https://mingle.example.com** *note*: You should use SSL if possible.
  148 +* Errbit uses 'sign-in name' & password authentication. You may want to set up an **errbit** user with limited rights.
  149 +* Project id is the identifier of your project, i.e. **awesomeapp** for project at https://mingle.example.com/projects/awesomeapp
  150 +* Card properties are comma separated key value pairs. You must specify a 'card_type', but anything else is optional. i.e. card_type = Defect, status = Open, priority = Essential
  151 +
  152 +
144 153 TODO
145 154 ----
146 155  
... ...