#1153 set-task-priority should not allow change priority on closed task
Closed: Fixed 4 years ago by tkopecek. Opened 5 years ago 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)

4 years ago

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

4 years ago

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

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1949 Merged 4 years ago