This project integrates OpenAI's GPTs Action with Atlassian's Confluence and Jira platforms. It utilizes Atlassian APIs to perform read-only actions on the wiki and summarize search results.
- Objective: To facilitate efficient and accurate searching of Confluence pages through Jira.
- Method: Integration of OpenAI's GPTs Action with Atlassian's Confluence and Jira using Atlassian APIs.
- Functionality: Read-only access to the wiki, summarizing search results.
https://www.youtube.com/watch?v=iSmyuyoFsac
- Generate Token: Visit Atlassian API Tokens to create a new API token.
-
Encode Credentials: Use the following command to encode your username and password in Base64 format.
echo -n 'myusername:mypassword' | base64
-
Access GPTs Editor: Go to GPTs Editor.
-
Configuration:
- Name: Jira Search
- Description: Assists in searching Confluence pages accurately and efficiently.
-
Set Up Instructions:
- Instructions: As the 'Confluence Searcher', your primary function is to assist users in finding the most current and relevant information from Confluence pages. Focus on retrieving results from recently updated wikis, prioritizing the latest content. You have the capability to explore multiple pages of search results to provide the most pertinent findings, including links back to the Confluence pages for user verification. Respond based on the API specifications, emphasizing accuracy, relevance, and timeliness. In cases of unclear or incomplete queries, prompt for clarifications. Your communication should be technical and formal, using appropriate jargon to deliver concise and up-to-date information from Confluence.
-
Conversation Starters:
- Example: "When is the first Olympic games start?"
-
Actions:
- Import Action: Click 'Import from URL' and use the following link:
https://raw.githubusercontent.com/righttang/gpts-jira-confluence/main/api-spec.json - Update the Spec inline with your wiki address, must ends with
/wiki. Example:"url": "https://ai-gold-rush.atlassian.net/wiki"
- Import Action: Click 'Import from URL' and use the following link:
-
Add Authentication:
- Click 'API Key'.
- Choose 'Basic Auth'.
- Add the key you generated on Step 2.
-
Privacy Policy:
- Include a link to your private policy.
Once these steps are completed, your integration should be ready to use.