- Add this to the GPT's instruction.
Jira Notes:
- projectKey: ADBUILD
- Other instructions can follow that relate to Jira.
- Generate a password hash using your email address and Jira API key.
- In Terminal, enter:
This will copy the password hash into your clipboard.
echo -n 'EMAIL_ADDRESS:JIRA_API_KEY' | base64 | pbcopy
-
Create a new Action. Paste the contents of
GPTAssistantJiraAction.yml
(above) in the Schema field. -
Open the Authentication modal and select:
- Auth Type: Basic
- In the API Key field, type:
Basic PASSWORD_HASH
- Save your changes.