#1153 set-task-priority should not allow change priority on closed task
Closed: Fixed by tkopecek. Opened by mfilip.

Steps to reproduce

task_id = env.start_build()
env.wait_for(task_id, timeout=10, final_status='CLOSED')
env.cli('set-task-priority --priority=1 {}'.format(task_id))

Current output


Expected output

Error: Priority can be set for not closed tasks only.

Metadata Update from @tkopecek:
- Custom field Size adjusted to small
- Issue priority set to: Low (was: Normal)

Metadata Update from @dgregor:
- Issue set to the milestone: 1.21

PR #1949

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

Commit b5ca29f4 fixes this issue

Commit 72811e5f fixes this issue

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

Please continue any further discussion there.

Metadata
Related Pull Requests