Actions
Bug #26544
closedTask export to contain tasks UUID
Difficulty:
trivial
Triaged:
No
Bugzilla link:
Pull request:
Description
Description of problem:
WebUI task export (not the one in foreman-debug) should contain UUID of the task. That is valuable for unique identification of the task, which further allows possible manipulation of given task (i.e. querying task details via API, cancelling just given task, or so).
Version-Release number of selected component (if applicable):
Sat 6.5 HTB
How reproducible:
100%
Steps to Reproduce:
1. WebUI: Monitor -> Tasks -> (optionally apply some filter) -> Export
Actual results:
Export has columns:
Action State Result Started At Ended At User
Expected results:
Export to have columns:
UUID Action State Result Started At Ended At User
Actions