Skip to content

Commit e7afb25

Browse files
sergeibbbsaeedzaha
authored andcommitted
Adds 'issues' ability to Bitbucket's descriptor
(gitkraken#4052, gitkraken#4131)
1 parent c0f1ab7 commit e7afb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.integrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
8989
id: HostingIntegrationId.Bitbucket,
9090
name: 'Bitbucket',
9191
icon: 'gl-provider-bitbucket',
92-
supports: ['prs'],
92+
supports: ['prs', 'issues'],
9393
requiresPro: false,
9494
},
9595
{

0 commit comments

Comments
 (0)