Tesseract Tools - Documentation  UnityTools
Professional grade GameDev tools
Loading...
Searching...
No Matches
Setting Up Jira API

For this setup we'll assume you already have a JIRA project with a Board setup. You can use either Scrum or Kanban. Issue Types such as 'Story' or 'Bug' will be provided as dropdowns to your testers to select how they'd like their feedback to be organised.

Note
Your API Key will be shipped with your game. This means users could be able to access it if they rip apart your binaries/final package. Give some thought to which user will be creating the API key and how much access the key will have to your larger Jira and Atlassian products.

API and User Token Setup

Once you have a board setup we'll need to get an API key and user token to let our plugin upload new Issues.

Create a New API Key

Click Create API Token in the top right and make a copy of it.

Next Steps

Now that we have an API key setup we can Configuring Jira with Unity.