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

Feat: New Integrations module #162

Merged
merged 4 commits into from
Aug 13, 2024
Merged

Feat: New Integrations module #162

merged 4 commits into from
Aug 13, 2024

Conversation

harshithmullapudi
Copy link
Contributor

@harshithmullapudi harshithmullapudi commented Aug 10, 2024

  1. Configuration Events
    IntegrationSpec: Involves fetching and managing the specifications required to configure the integration.
    IntegrationSpecValidation: Handles the validation of configuration settings provided by the user.
    IntegrationSettings: Manages the storage and retrieval of custom settings or configurations.
  2. Lifecycle Events
    IntegrationCreate: Handles any initialization or setup processes when an integration is created (if applicable).
    IntegrationDelete: Manages the process when an integration is removed or deactivated.
  3. Interaction Events
    TwoWaySync: Manages synchronization between the integration and the project management tool, such as updating issues or syncing comments.
    LinkIssue: Handles the process of attaching links to issues, especially based on specific patterns or regex.
  4. External Interaction Events
    WebhookEvent: Deals with external systems sending data into your integration module, such as receiving updates from a third-party service like Slack.

Copy link

tegon-bot bot commented Aug 10, 2024

Copy link

vercel bot commented Aug 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tegon ❌ Failed (Inspect) Aug 13, 2024 0:40am

@harshithmullapudi harshithmullapudi merged commit 226e83a into main Aug 13, 2024
1 of 2 checks passed
@harshithmullapudi harshithmullapudi deleted the manoj/ENG-350 branch August 30, 2024 12:36
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.

2 participants