Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resources:
port:
entity:
mappings:
identifier: .id | tostring
identifier: (.toRef.repository.slug // .toRef.repository.project.key) + "-" + (.id|tostring)
title: .title
blueprint: '"bitbucketPullRequest"'
properties:
Expand Down
8 changes: 8 additions & 0 deletions integrations/bitbucket-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.45-beta (2025-08-25)


### Bug Fixes

- Fixed non-unique pull request handling across repositories


## 0.1.44-beta (2025-08-24)


Expand Down
2 changes: 1 addition & 1 deletion integrations/bitbucket-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "bitbucket-server"

version = "0.1.44-beta"
version = "0.1.45-beta"

description = "Bitbucket Server integration for Port"
authors = ["Ayodeji Adeoti <ayodeji.adeoti@getport.io>"]
Expand Down
Loading