Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ if (isset($platformsh->branch)) {

### Teamwork Integration

Several commands integrate with Teamwork (`tw-comment`, `tw-timelog`, `open-issue`, `timew`, `tw-description`). These require the following environment variables to be set on your host machine:
Several commands integrate with Teamwork (`tw-comment`, `tw-timelog`, `open-issue`, `timew`, `tw-description`).
These require the following environment variables to be set on your host machine (See [Locating your Teamwork API Key](https://support.teamwork.com/projects/using-teamwork/locating-your-api-key)):

```bash
export TEAMWORK_DOMAIN="projects.yourcompany.com"
Expand Down
Loading