Tasks Management

# Summary

Avantus team use *Clickup system for controling the developers tasks. This article covers the main point about how to use. For more information developers should check and explore more.

You can access to Clickup by clicking in this link: https://app.clickup.com

# Main views

The normal view in Clickup looks like below image: Clickup general

Note that the central view can be changed by clicking on top. Now is using List but can be Board, Box, etc.

The left panel control the structure where Avantus is splitted into Clickup. Check the image below: Clickup left panel

The central area contains the task list. By clicking on the task you can get more information about the task and the current and posible status. Clickup central panel

# Available statuses

Below you can find the list of status in the possible order. Clickup statuses

Note that when developers push code to Gerrit for review, the status will automatically change to Ready for Testing, in this way after the change is merged, tester team will know that there are new changes merged. So, developer does not need to manually change the status.

# Statuses journey

  • When task is created and assigned to developer the initial status is OPEN.
  • Once the developers start to work in that task, MUST to change the status to IN PROGRESS.
  • Once the commit related with the task is pushed to Gerrit, developer MUST to change the status to REVIEW
  • The task will change to READY FOR TEST after the change is approved and merged. This happens because in the commit message developers need to specified the TaskId and the status that need to be set when change is merged, in this case READY FOR TEST.
  • Once task is marked as TEST PASSED developers has nothing to do, becasuse is already tested and soon will be changed to DONE.
  • Basically developers need to set the filter to show task with statuses OPEN and TEST FAILED, the first one is when task is created and assigned and second one is when the test fail even after merge the commit on Gerrit.

# Task ID

The TaskId is very important because developers need to use it while execute the commit for Gerrit. You can find it in the Central Panel on Clickup as a column. Sometimes is not there but you can add it in the + button. More details below.

  1. Adding column TaskId to the view.
  • The image below shows the lack of column TaskId Clickup statuses

  • By clicking on the + button on top, you can find and add the column. Clickup statuses

  • Once you add the column, it can be found in the list as a column, check the next image. Clickup statuses

  1. Also you can find the TaskId in the url once you click in some specific task.
Last Updated: 4/8/2021, 8:49:55 AM