Skip to content

Commit

Permalink
Issue with attachment creds on username
Browse files Browse the repository at this point in the history
- Fixed an issue with username not appending properly to the allow_media function in CSV exports.
  • Loading branch information
princenyeche committed Dec 31, 2024
1 parent 461d068 commit f3932a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/jiraone/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -4138,7 +4138,7 @@ def parse_media(
f"{rem_http[0]}://{user_id[0]}%40{user_id[1]}:"
f"{LOGIN.password}@{rem_http[-1]}"
if LOGIN.api is True
else f"{rem_http[0]}://{user_id[0]}:"
else f"{rem_http[0]}://{user_id}:"
f"{LOGIN.password}@{rem_http[-1]}"
)
return auth_uri
Expand Down

0 comments on commit f3932a8

Please sign in to comment.