A project that allows the extraction of full YouTrack issue data including custom attributes, comments, and attachments.
- Install dependencies
- (Optional) Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
- Follow the prompts for exporting.
- Can select all projects or specific projects to export
- Exports all issue fields including custom project fields
- Only extract unresolved tasks
- Extracts comments and attachments
- Apply custom query to be appended to the request (future)
All extracted data is stored in the exports
folder grouped by project.