Skip to content

Commit a481fb8

Browse files
author
Bryan Sieber
committed
Updating to use new service API params.
1 parent 4d5556c commit a481fb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jbi/actions/default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def create_and_link_issue( # pylint: disable=too-many-locals
287287
issue_key=jira_key_in_response,
288288
link_url=bugzilla_url,
289289
title=bugzilla_url,
290+
icon_url=f"{settings.bugzilla_base_url}/favicon.ico",
290291
)
291292

292293
self.update_issue(payload, bug_obj, jira_key_in_response, is_new=True)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fastapi = "^0.79.0"
1111
pydantic = {version = "^1.9.2", extras = ["dotenv", "email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.18.2"}
1313
python-bugzilla = "^3.2.0"
14-
atlassian-python-api = { git = "https://github.com/atlassian-api/atlassian-python-api.git", rev = "82293a2ac9bfa" }
14+
atlassian-python-api = { git = "https://github.com/atlassian-api/atlassian-python-api.git", rev = "4e8698863e4d2" }
1515
dockerflow = "2022.7.0"
1616
Jinja2 = "^3.1.2"
1717
pydantic-yaml = {extras = ["pyyaml","ruamel"], version = "^0.8.0"}

0 commit comments

Comments
 (0)