Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
102 lines
6.6 KiB
Markdown
102 lines
6.6 KiB
Markdown
# Teamwork
|
|
|
|
This page contains the setup guide and reference information for the Teamwork source connector.
|
|
|
|
## Prerequisites
|
|
|
|
- Teamwork console username
|
|
- Teamwork console password
|
|
|
|
## Documentation reference:
|
|
Visit `https://apidocs.teamwork.com/docs/teamwork/v3/` for API documentation
|
|
|
|
## Authentication setup
|
|
|
|
Teamwork uses basic http auth that uses username and password
|
|
Your default login username and password could be used as secrets, ref: `https://apidocs.teamwork.com/guides/teamwork/authentication`
|
|
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
|-------|------|-------------|---------------|
|
|
| `username` | `string` | Username. | |
|
|
| `password` | `string` | Password. | |
|
|
| `site_name` | `string` | Site Name. The teamwork site name which appears on the url | |
|
|
| `start_date` | `string` | Start date. | |
|
|
|
|
## Streams
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
|-------------|-------------|------------|---------------------|----------------------|
|
|
| latestactivity | id | DefaultPaginator | ✅ | ✅ |
|
|
| projects | id | DefaultPaginator | ✅ | ✅ |
|
|
| projects_active | value | DefaultPaginator | ✅ | ❌ |
|
|
| projects_billable | name | DefaultPaginator | ✅ | ❌ |
|
|
| companies | id | DefaultPaginator | ✅ | ✅ |
|
|
| me_timers | id | DefaultPaginator | ✅ | ✅ |
|
|
| time_entries | id | DefaultPaginator | ✅ | ✅ |
|
|
| timelog_totals | | DefaultPaginator | ✅ | ❌ |
|
|
| dashboards | id | DefaultPaginator | ✅ | ✅ |
|
|
| forms | id | DefaultPaginator | ✅ | ✅ |
|
|
| milestones | id | DefaultPaginator | ✅ | ✅ |
|
|
| milestones_deadlines | | DefaultPaginator | ✅ | ❌ |
|
|
| notebooks | id | DefaultPaginator | ✅ | ✅ |
|
|
| people | id | DefaultPaginator | ✅ | ❌ |
|
|
| notebooks_comments.json | id | DefaultPaginator | ✅ | ✅ |
|
|
| projectcategories | id | DefaultPaginator | ✅ | ❌ |
|
|
| tasklists | id | DefaultPaginator | ✅ | ✅ |
|
|
| tasks | id | DefaultPaginator | ✅ | ✅ |
|
|
| tags | id | DefaultPaginator | ✅ | ❌ |
|
|
| timesheets | | DefaultPaginator | ✅ | ❌ |
|
|
| workload_planners | | DefaultPaginator | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| ------------------ | ------------ | --- | ---------------- |
|
|
| 0.0.40 | 2025-11-25 | [70031](https://github.com/airbytehq/airbyte/pull/70031) | Update dependencies |
|
|
| 0.0.39 | 2025-11-18 | [69564](https://github.com/airbytehq/airbyte/pull/69564) | Update dependencies |
|
|
| 0.0.38 | 2025-10-29 | [68999](https://github.com/airbytehq/airbyte/pull/68999) | Update dependencies |
|
|
| 0.0.37 | 2025-10-21 | [68519](https://github.com/airbytehq/airbyte/pull/68519) | Update dependencies |
|
|
| 0.0.36 | 2025-10-14 | [67899](https://github.com/airbytehq/airbyte/pull/67899) | Update dependencies |
|
|
| 0.0.35 | 2025-10-07 | [67465](https://github.com/airbytehq/airbyte/pull/67465) | Update dependencies |
|
|
| 0.0.34 | 2025-09-30 | [66888](https://github.com/airbytehq/airbyte/pull/66888) | Update dependencies |
|
|
| 0.0.33 | 2025-09-23 | [66365](https://github.com/airbytehq/airbyte/pull/66365) | Update dependencies |
|
|
| 0.0.32 | 2025-09-09 | [65726](https://github.com/airbytehq/airbyte/pull/65726) | Update dependencies |
|
|
| 0.0.31 | 2025-08-24 | [65026](https://github.com/airbytehq/airbyte/pull/65026) | Update dependencies |
|
|
| 0.0.30 | 2025-08-02 | [64462](https://github.com/airbytehq/airbyte/pull/64462) | Update dependencies |
|
|
| 0.0.29 | 2025-07-26 | [63984](https://github.com/airbytehq/airbyte/pull/63984) | Update dependencies |
|
|
| 0.0.28 | 2025-07-19 | [63645](https://github.com/airbytehq/airbyte/pull/63645) | Update dependencies |
|
|
| 0.0.27 | 2025-07-05 | [61454](https://github.com/airbytehq/airbyte/pull/61454) | Update dependencies |
|
|
| 0.0.26 | 2025-05-24 | [60482](https://github.com/airbytehq/airbyte/pull/60482) | Update dependencies |
|
|
| 0.0.25 | 2025-05-10 | [60198](https://github.com/airbytehq/airbyte/pull/60198) | Update dependencies |
|
|
| 0.0.24 | 2025-05-04 | [59599](https://github.com/airbytehq/airbyte/pull/59599) | Update dependencies |
|
|
| 0.0.23 | 2025-04-27 | [58993](https://github.com/airbytehq/airbyte/pull/58993) | Update dependencies |
|
|
| 0.0.22 | 2025-04-19 | [58435](https://github.com/airbytehq/airbyte/pull/58435) | Update dependencies |
|
|
| 0.0.21 | 2025-04-12 | [57993](https://github.com/airbytehq/airbyte/pull/57993) | Update dependencies |
|
|
| 0.0.20 | 2025-04-05 | [57479](https://github.com/airbytehq/airbyte/pull/57479) | Update dependencies |
|
|
| 0.0.19 | 2025-03-29 | [56813](https://github.com/airbytehq/airbyte/pull/56813) | Update dependencies |
|
|
| 0.0.18 | 2025-03-22 | [56273](https://github.com/airbytehq/airbyte/pull/56273) | Update dependencies |
|
|
| 0.0.17 | 2025-03-08 | [55615](https://github.com/airbytehq/airbyte/pull/55615) | Update dependencies |
|
|
| 0.0.16 | 2025-03-01 | [55131](https://github.com/airbytehq/airbyte/pull/55131) | Update dependencies |
|
|
| 0.0.15 | 2025-02-22 | [54533](https://github.com/airbytehq/airbyte/pull/54533) | Update dependencies |
|
|
| 0.0.14 | 2025-02-15 | [54105](https://github.com/airbytehq/airbyte/pull/54105) | Update dependencies |
|
|
| 0.0.13 | 2025-02-08 | [53521](https://github.com/airbytehq/airbyte/pull/53521) | Update dependencies |
|
|
| 0.0.12 | 2025-02-01 | [53106](https://github.com/airbytehq/airbyte/pull/53106) | Update dependencies |
|
|
| 0.0.11 | 2025-01-25 | [52382](https://github.com/airbytehq/airbyte/pull/52382) | Update dependencies |
|
|
| 0.0.10 | 2025-01-18 | [51988](https://github.com/airbytehq/airbyte/pull/51988) | Update dependencies |
|
|
| 0.0.9 | 2025-01-11 | [51399](https://github.com/airbytehq/airbyte/pull/51399) | Update dependencies |
|
|
| 0.0.8 | 2024-12-28 | [50758](https://github.com/airbytehq/airbyte/pull/50758) | Update dependencies |
|
|
| 0.0.7 | 2024-12-21 | [50362](https://github.com/airbytehq/airbyte/pull/50362) | Update dependencies |
|
|
| 0.0.6 | 2024-12-14 | [49757](https://github.com/airbytehq/airbyte/pull/49757) | Update dependencies |
|
|
| 0.0.5 | 2024-12-12 | [49429](https://github.com/airbytehq/airbyte/pull/49429) | Update dependencies |
|
|
| 0.0.4 | 2024-12-11 | [49119](https://github.com/airbytehq/airbyte/pull/49119) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
|
|
| 0.0.3 | 2024-11-04 | [48149](https://github.com/airbytehq/airbyte/pull/48149) | Update dependencies |
|
|
| 0.0.2 | 2024-10-28 | [47552](https://github.com/airbytehq/airbyte/pull/47552) | Update dependencies |
|
|
| 0.0.1 | 2024-09-05 | [45155](https://github.com/airbytehq/airbyte/pull/45155) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |
|
|
|
|
</details>
|