Skip to content

Commit

Permalink
temporal setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda committed Jan 2, 2025
1 parent cc930c8 commit 07fa9b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manager/manager/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ def jira_ticket(request_data):
# ),
OBS_TIME_LOST_FIELD: float(request_data.get("time_lost", 0)),
},
"update": {
"components": [{"set": [{"id": "11614"}]}]
}, # Temporal setting for testing. TODO: remove.
}
if obs_system_selection:
jira_payload["fields"][OBS_SYSTEMS_FIELD] = json.loads(obs_system_selection)
Expand Down

0 comments on commit 07fa9b3

Please sign in to comment.