#2519 taskLabel should use parse_task_params
Closed: Fixed by tkopecek. Opened by mikem.

The taskLabel code in the main koji lib parses task parameters itself in order to create a user-friendly label for display in the ui. This code is quite old and not as robust as what we have in parse_task_params. For example, a number of valid tasks can show up as "malformed" because they were called with keyword args instead of positional.

This isn't a huge priority, as most normally generated tasks generate labels just fine.


Metadata Update from @mikem:
- Custom field Size adjusted to None
- Issue priority set to: Low (was: Normal)
- Issue tagged with: tech-debt

Metadata Update from @tkopecek:
- Custom field Size adjusted to small (was: None)
- Issue set to the milestone: 1.24

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.25 (was: 1.24)

PR #2771

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

Metadata Update from @mfilip:
- Issue tagged with: testing-done

Commit 880826b9 fixes this issue

Commit ef3e2cd0 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/2519

Please continue any further discussion there.

Metadata
Related Pull Requests