Skip to content

add confluence app with actions and triggers #77

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

Merged
merged 2 commits into from
Jun 4, 2025

Conversation

nickmazurenko
Copy link
Contributor

No description provided.

@Copilot Copilot AI review requested due to automatic review settings June 4, 2025 16:33
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new Confluence app with support for actions and triggers, along with updated allowed path definitions and helper functions for fetching allowed values. In summary:

  • New triggers (“new_blogpost” and “new_attachment”) have been implemented.
  • A suite of helpers and allowed paths have been added for tasks, spaces, pages, and blogposts.
  • Integration updates include exporting the Confluence app in the Actions Catalogue and adding new package/wf configurations.

Reviewed Changes

Copilot reviewed 28 out of 28 changed files in this pull request and generated no comments.

Show a summary per file
File Description
ts/src/apps/confluence/triggers/new-blogpost.trigger.ts Adds trigger logic for new blogpost events.
ts/src/apps/confluence/triggers/new-attachment.trigger.ts Adds trigger logic for new attachment events.
ts/src/apps/confluence/triggers/index.ts Exports triggers; note the new-page trigger export.
ts/src/apps/confluence/index.ts Integrates Confluence app configuration and REST endpoints.
ts/src/apps/confluence/helpers/* Introduces helper functions for allowed value resolution.
ts/src/apps/confluence/constants.ts Defines app constants and connection options.
ts/src/apps/confluence/allowed-paths/* Establishes allowed paths for tasks, spaces, pages, and blogposts.
ts/src/ActionsCatalogue/index.ts Registers the Confluence app in the Actions Catalogue.
ts/package.json Adds node-html-parser dependency for HTML parsing.
.github/workflows/pull_request.yml Sets up environment variables for Confluence credentials.
Comments suppressed due to low confidence (1)

ts/src/apps/confluence/triggers/index.ts:3

  • The export for 'ConfluenceNewPageTrigger' references a file that is not provided in this PR. Please add the missing 'new-page.trigger.ts' file or remove the export to avoid runtime errors.
export { default as ConfluenceNewPageTrigger } from './new-page.trigger';

@nickmazurenko nickmazurenko merged commit 69c93c2 into develop Jun 4, 2025
1 of 5 checks passed
@nickmazurenko nickmazurenko deleted the feature/confluence branch June 4, 2025 18:50
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.

1 participant