- Visit this Gist and copy the raw file. Paste this into the Schema field.
- Edit the content in two places:
- Replace
PROJECT_KEY_HERE
with the Jira key for your project.
- Replace
- Generate a password hash using your email address and Jira API key. You can do this one of two ways:
- In Terminal, enter:
This will copy the password hash into your clipboard.
echo -n 'EMAIL_ADDRESS:JIRA_API_KEY' | base64 | pbcopy
- Ask GPT to generate a base64 hash from this string:
You can use the Preview window to the right of the Assistant configuration screen.EMAIL_ADDRESS:JIRA_API_KEY
- In Terminal, enter:
- Open the Authentication modal and select:
- Auth Type: Basic
- In the API Key field, type:
Basic PASSWORD_HASH
- Save your changes.
You should now see two available actions:
fetchJiraIssues
fetchProjectMetadata
Use the test buttons to confirm functionality.