[PR #1362] [MERGED] [FEAT] Confluence Data Connector handles custom Confluence urls #3661

Closed
opened 2026-02-22 18:34:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1362
Author: @cope
Created: 5/11/2024
Status: Merged
Merged: 5/14/2024
Merged by: @timothycarambat

Base: masterHead: 1347-confluence-custom-urls


📝 Commits (2)

  • 6369d5f chore: confluence data connector can now handle custom urls, in addition to default {subdomain}.atlassian.net ones
  • c73c508 chore: formatting as per yarn lint

📊 Changes

1 file changed (+32 additions, -10 deletions)

View changed files

📝 collector/utils/extensions/Confluence/index.js (+32 -10)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1347

What is in this change?

Confluence Data Connector used to only handle the hardcoded {subdomain}.atlassian.net/wiki/spaces/(:spaceKey)/*. Now it also handles custom confluence URLs like (:subdomain.):domain.:tld/wiki/spaces/(:spaceKey)/*.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/1362 **Author:** [@cope](https://github.com/cope) **Created:** 5/11/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1347-confluence-custom-urls` --- ### 📝 Commits (2) - [`6369d5f`](https://github.com/Mintplex-Labs/anything-llm/commit/6369d5f4627065f5285feecb54adbdde16bfd998) chore: confluence data connector can now handle custom urls, in addition to default {subdomain}.atlassian.net ones - [`c73c508`](https://github.com/Mintplex-Labs/anything-llm/commit/c73c5087e2f7a724d00a1186922f46c07622bc57) chore: formatting as per yarn lint ### 📊 Changes **1 file changed** (+32 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/Confluence/index.js` (+32 -10) </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #1347 ### What is in this change? Confluence Data Connector used to only handle the hardcoded `{subdomain}.atlassian.net/wiki/spaces/(:spaceKey)/*`. Now it also handles custom confluence URLs like `(:subdomain.):domain.:tld/wiki/spaces/(:spaceKey)/*`. ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:14 -05:00
yindo closed this issue 2026-02-22 18:34:14 -05:00
yindo changed title from [PR #1362] [FEAT] Confluence Data Connector handles custom Confluence urls to [PR #1362] [MERGED] [FEAT] Confluence Data Connector handles custom Confluence urls 2026-06-05 15:14:35 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3661