Skip to content

Commit 7afb35a

Browse files
authored
Merge pull request #2718 from port-labs/PORT-16126-docs-for-pr-kind-config-change-for-bitbucket-server
Improve identifier mapping logic for Bitbucket Server integration
2 parents cd05cef + 2db311d commit 7afb35a

File tree

1 file changed

+1
-1
lines changed
  • docs/build-your-software-catalog/sync-data-to-catalog/git/bitbucket/bitbucket-server

1 file changed

+1
-1
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/git/bitbucket/bitbucket-server/bitbucket-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ resources:
779779
port:
780780
entity:
781781
mappings:
782-
identifier: .id | tostring
782+
identifier: (.toRef.repository.slug // .toRef.repository.project.key) + "-" + (.id|tostring)
783783
title: .title
784784
blueprint: '"bitbucketPullRequest"'
785785
properties:

0 commit comments

Comments
 (0)