Examples to explore the Helix Plan API using Python.
- Simple implementation of various useful queries and mutations used by the other scripts.
- Generates users, groups and projects with real-looking names
- Sets user permissions
- Add users to groups and projects
- Exports all releases from provided project to an .ics file
- Depends on:
- ics v. 0.7.2
- Simple copy of bugs between projects (just item name)
- Python 3.8
- Helix Plan Server 2024.1/013 or later
- Helix Plan API 2024.1/001 or Helix Plan Web 2024.1/001
- Helix Plan license with the SDK enabled
- Download and install the dependencies
- Modify the URL, USER and PASSWORD in
settings.pywith your login details - Run
python3 testdatacreator.pyand follow the instructions.