Skip to content

Commit 2db311d

Browse files
Improve identifier mapping logic for Bitbucket Server integration
1 parent cd05cef commit 2db311d

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)