🔌 Endpoint URL
This is your Endpoint URL of you specific OpenProject Instance
🔑 API Key
To get your API Key, follow these steps:
- Log in to your OpenProject account.
- Go to “My Account”, typically accessible by clicking on your name in the top right corner.
- Select the “Access Token” option in the left sidebar.
- Here, you will see the “API” field.
- If no key is present, click on the blue “Generate” button.
- 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.
- In Unity, select the BugTrackingManager GameObject.
- Scroll down to the “Where to send it?” Section
- Select “OpenProject”
- In the Inspector window, you will see fields for the “Endpoint URL” and “API Key”.
- Enter your specific Endpoint URL and API Key into the respective fields.
- Load the users and select the user to whom the ticket should be assigned.
- Load and select the specific Ticket Type, Status and Priority.
- Load and select the specific project to which the ticket should be assigned.
- Create a Test Report