We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2bb03 commit a956378Copy full SHA for a956378
jbi/actions/default.py
@@ -274,13 +274,13 @@ def create_and_link_issue( # pylint: disable=too-many-locals
274
jira_key_in_response,
275
extra=log_context.update(operation=Operation.LINK).dict(),
276
)
277
- # icon_url = f"{settings.bugzilla_base_url}/favicon.ico"
+ icon_url = f"{settings.bugzilla_base_url}/favicon.ico"
278
jira_response = self.jira_client.create_or_update_issue_remote_links(
279
issue_key=jira_key_in_response,
280
link_url=bugzilla_url,
281
title=bugzilla_url,
282
- # icon_url=icon_url,
283
- # icon_title=icon_url,
+ icon_url=icon_url,
+ icon_title=icon_url,
284
285
286
self.update_issue(
0 commit comments