Tasks are not properly updated
*Created by: corentinbettiol* After a db reset I noticed that the tasks are not updated when using `manage.py updatebbdb --all` or `manage.py updatebbdb -t` (update stored tasks; get admin link, get priority). The problem is this condition: https://github.com/kapt-labs/bugboard/blob/ded27c40fce37fa1e58eea232d7b6b41f3582e81/bugboard/management/commands/updatebbdb.py#L277-L285 `admin_link` & `priority` are updated (even for the first time) **only if** the distant task was updated since it was downloaded.
issue