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
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-tasks/pull/409 added
Updated by Pavel Moravec almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset f3915f1be971e3270d38fb88817e2bc51a9b72ef.
Actions