[
https://issues.apache.org/jira/browse/NIFI-14968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020370#comment-18020370
]
Tomasz Debkowski commented on NIFI-14968:
-----------------------------------------
i see in my bb proxy some requests (probably done via nifi) to:
{code:java}
/1.0/repositories/PC/nifi/refs/branches {code}
while accessing via browser it is rather:
{code:java}
/projects/PC/repos/nifi/branches {code}
example curl from documentation seems have similar syntac as from browser.
{code:java}
curl -u fred:fred
http://localhost:7990/rest/api/1.0/projects/WORK/repos/my-repo/commits/?until=master
{code}
> Bitbucket datacenter registry support
> -------------------------------------
>
> Key: NIFI-14968
> URL: https://issues.apache.org/jira/browse/NIFI-14968
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Tomasz Debkowski
> Priority: Major
> Attachments: image-2025-09-15-15-41-26-978.png,
> image-2025-09-15-15-42-26-446.png
>
>
> Bitbucket extension seems to be designed only for Bitbucket cloud:
> https://issues.apache.org/jira/browse/NIFI-14029
>
> It refuses to connect to Bitbucket server with permission error.
> [Bitbucket Data Center REST
> APIs|https://developer.atlassian.com/server/bitbucket/how-tos/command-line-rest/]
>
> Either existing extension should be improved, or 2 separate extensions should
> be created for Bitbucket cloud and datacenter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)