Fix grouping by version

This commit is contained in:
Кокос Артем Николаевич
2026-01-21 10:15:48 +07:00
parent 86041df76c
commit 9b28bf21e7
5 changed files with 9 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
def get_version(issue) -> str:
return str(getattr(issue, 'fixed_version', '<N/A>'))