Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to read from Confluence and Jira and suggest test cases #11

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

dipjyotimetia
Copy link
Owner

@dipjyotimetia dipjyotimetia commented Sep 4, 2024

Fixes #10

Add feature to read from Confluence and Jira and suggest test cases using Google Gemini.

  • cmd/cmd.go

    • Add a new command read-confluence-jira to read from Confluence and Jira.
  • pkg/commands/genai.go

    • Add a new function ReadConfluenceJira to read from Confluence and Jira.
    • Integrate the Confluence and Jira reading functions with Google Gemini.
  • pkg/atlassian/confluence/client.go

    • Implement functions to read from Confluence.
    • Add a function GetPages to get pages from Confluence.
  • README.md

    • Update the README.md to include instructions for using the new feature.
  • pkg/commands/genai_test.go

    • Add tests for the ReadConfluenceJira function.
    • Verify the integration with Confluence and Jira.
    • Verify the integration with Google Gemini.

For more details, open the Copilot Workspace session.

Fixes #10

Add feature to read from Confluence and Jira and suggest test cases using Google Gemini.

* **cmd/cmd.go**
  - Add a new command `read-confluence-jira` to read from Confluence and Jira.

* **pkg/commands/genai.go**
  - Add a new function `ReadConfluenceJira` to read from Confluence and Jira.
  - Integrate the Confluence and Jira reading functions with Google Gemini.

* **pkg/atlassian/confluence/client.go**
  - Implement functions to read from Confluence.
  - Add a function `GetPages` to get pages from Confluence.

* **README.md**
  - Update the `README.md` to include instructions for using the new feature.

* **pkg/commands/genai_test.go**
  - Add tests for the `ReadConfluenceJira` function.
  - Verify the integration with Confluence and Jira.
  - Verify the integration with Google Gemini.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/dipjyotimetia/jarvis/issues/10?shareId=XXXX-XXXX-XXXX-XXXX).
@dipjyotimetia dipjyotimetia merged commit 196f531 into main Sep 4, 2024
2 of 4 checks passed
@dipjyotimetia dipjyotimetia deleted the add-confluence-jira-feature branch September 4, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create feature to read from confluence and jira and suggest the test cases
1 participant