We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jira.client.JIRA.service_desks() method unnecessarily prints r_json variable (to stdout):
r_json
jira/jira/client.py
Line 1582 in 7bf76f2
Jira Cloud (Hosted by Atlassian)
No response
main
3.9
# 1. Given a Jira client instance jira: JIRA # 2. When I call the function with argument x jira.service_desks() # 3. See stdout
N/A
JIRA.service_desks() returns list of ServiceDesk resource, without any side-effect (i.e. printing the response).
The text was updated successfully, but these errors were encountered:
fix for #1243 dont print r_json
77539a3
Successfully merging a pull request may close this issue.
Bug summary
jira.client.JIRA.service_desks() method unnecessarily prints
r_json
variable (to stdout):jira/jira/client.py
Line 1582 in 7bf76f2
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
No response
jira-python version
main
Python Interpreter version
3.9
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
JIRA.service_desks() returns list of ServiceDesk resource, without any side-effect (i.e. printing the response).
Additional Context
No response
The text was updated successfully, but these errors were encountered: