You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In jira_bot.py we currently pass a variable to another script by printing it. This means that all other print output goes to stderr to avoid messing with the script's response.
It would be more elegant to use a proper Python logger instead.