OpenProject

🔌 Endpoint URL

This is your Endpoint URL of you specific OpenProject Instance

🔑 API Key

To get your API Key, follow these steps:

  1. Log in to your OpenProject account.
  2. Go to “My Account”, typically accessible by clicking on your name in the top right corner.
  3. Select the “Access Token” option in the left sidebar.
  4. Here, you will see the “API” field.
  5. If no key is present, click on the blue “Generate” button.
  6. Copy the generated API token and securely store it.

✍️ Input in Unity

After obtaining your API Key, you need to input these details into Unity.

  1. In Unity, select the BugTrackingManager GameObject.
  2. Scroll down to the “Where to send it?” Section
  3. Select “OpenProject”
  4. In the Inspector window, you will see fields for the “Endpoint URL” and “API Key”.
  5. Enter your specific Endpoint URL and API Key into the respective fields.
  6. Load the users and select the user to whom the ticket should be assigned.
  7. Load and select the specific Ticket Type, Status and Priority.
  8. Load and select the specific project to which the ticket should be assigned.
  9. Create a Test Report
Was this page helpful?