Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.04 KB

File metadata and controls

36 lines (23 loc) · 1.04 KB

Helix Plan API Python Examples

Examples to explore the Helix Plan API using Python.

GraphQL Client

  • Simple implementation of various useful queries and mutations used by the other scripts.

Test Data Creator

  • Generates users, groups and projects with real-looking names
  • Sets user permissions
  • Add users to groups and projects

Calendar Exporter

  • Exports all releases from provided project to an .ics file
  • Depends on:
    • ics v. 0.7.2

Copy Bugs

  • Simple copy of bugs between projects (just item name)

Dependencies

Quick Start

  • Download and install the dependencies
  • Modify the URL, USER and PASSWORD in settings.py with your login details
  • Run python3 testdatacreator.py and follow the instructions.