turbaszek commented on a change in pull request #127:
URL: https://github.com/apache/kibble/pull/127#discussion_r546192475
##########
File path: kibble/scanners/scanners/jira.py
##########
@@ -227,7 +227,7 @@ def scan_ticket(kibble_bit, key, u, source, creds,
open_tickets):
)
if not "@" in closer_email:
closer_email = "%s@%s" % (closer_email, domain)
- display_name = closer.get("displayName", "Unkown")
+ display_name = closer.get("displayName", "Unknown")
Review comment:
I believe this is a fix, not a breaking change 👀
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]