Currently not licensed. [email protected]
- Download package
- Install package
pip install -e .
- Set up decouple env config using template
cp .env_template .env
- Run as package
tap-youtrack -c ''
- if you want use some targets, for example target-postgres
pip install git+https://github.com/datamill-co/target-postgres.git
tap-youtrack -c '' | tap-postges --config config.json
Tested with Python 3.10, postgresql-14 and latest requirements.
- Improve custom fields parsing with respect to Youtrack field Type
- Introduce
only
projects filter - Add entities:
- Tags
- Users
- Boards
- Improve activities parsing, consider using Activities Page https://www.jetbrains.com/help/youtrack/devportal/resource-api-activitiesPage.html
- Set up / fix parsing of
TextIssueCustomField
fields - To be able to select entities to collect issues/activities/tags/users/boards