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
However, every time I run it, it goes through the __repr__ function and gives me the output below:
[<JIRA IssueLink: id='1001011'>]
So can someone let me know if there is any other method to achieve it? Or at least let me know why it always goes through the repr and not str function.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello folks,
I have a use case to fetch an issue's linked issue (key).
To achieve that I have below code:
However, every time I run it, it goes through the
__repr__
function and gives me the output below:[<JIRA IssueLink: id='1001011'>]
So can someone let me know if there is any other method to achieve it? Or at least let me know why it always goes through the repr and not str function.
Beta Was this translation helpful? Give feedback.
All reactions