[WEB-5667] fix: estimate value display in analytics #8448
This commit is contained in:
parent
1a7c537ee5
commit
59f26a80bb
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def get_x_axis_field() -> Dict[str, Tuple[str, str, Optional[Dict[str, Any]]]]:
|
|||
"assignees__display_name",
|
||||
{"issue_assignee__deleted_at__isnull": True},
|
||||
),
|
||||
"ESTIMATE_POINTS": ("estimate_point__value", "estimate_point__key", None),
|
||||
"ESTIMATE_POINTS": ("estimate_point__key", "estimate_point__value", None),
|
||||
"CYCLES": (
|
||||
"issue_cycle__cycle_id",
|
||||
"issue_cycle__cycle__name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue