Skip to content

Commit 79acaae

Browse files
sentaur-athenaandrewshie-sentry
authored andcommitted
fix(jira): fix comment sync (#87226)
Turning on comment sync with jira is not working. Frontend sends a request to set it to true but doesn't find the label to set to true: ![Screenshot 2025-03-17 at 1 49 21 PM](https://github.com/user-attachments/assets/c0b4af3c-bd87-4c55-993e-4fa840530f6d) I think this never worked. All the other integrations set this string except Jira. The parent class is also not setting it. 🤷‍♀️ still need to verify but 95% sure. Fixes GH-87065
1 parent ef2dcac commit 79acaae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/integrations/jira/integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class JiraIntegration(IssueSyncIntegration):
134134
inbound_assignee_key = "sync_reverse_assignment"
135135
issues_ignored_fields_key = "issues_ignored_fields"
136136
resolution_strategy_key = "resolution_strategy"
137+
comment_key = "sync_comments"
137138

138139
@classproperty
139140
def use_email_scope(cls):

0 commit comments

Comments
 (0)