3 lines
88 B
Python
3 lines
88 B
Python
def get_version(issue) -> str:
|
|
return str(getattr(issue, 'fixed_version', '<N/A>'))
|