You need to have a ClickUp token to interact with your private task, use official guide to create one
Use command:
ext install edsol.clickup
or find it in marketpace
Use the dedicated command to manipulate API token:
Clickup: Set token
Clickup: show token
Clickup: delete token
View tasks within lists, folders, spaces
edit, delete, or use a task:
Add a new task in any list:
Through the menu in the Status Bar you can now select a task you are working on, once you have finished your changes you can change its status through the commit message.
Usage:
we can also work on a specific task by selecting it from the list:
We can change the status of the task directly in the commit message.
Select a task with the instructions above and use dedicated button in git tab:
select a new status from list:
complete commit message and push it:
Implemented new "My Task" section (thanks to @HeIIow2 for suggesting it), All the tasks assigned to us are displayed:
Added functionality to track time on tasks, you can view the list of times by user
[!IMPORTANT]
Time tracker is on by default, it can be turned off in the extension setting menu.
Go to Settings > Extension > ClickUp
and change the parameters to configure to your liking the extension.
The extension supports English and Italian (my native language). You can help me translate it into your language, it will be very easy to do so:
package.nls.json
file in the root of project and renaming it by adding the identifier for your language. For example for the Italian language the file will have the name package.nls.it.json
bundle.l10n.json
file in the l10n
folder and renaming it by adding the identifier for your language. For example for the Italian language the file will have the name bundle.l10n.it.json
Detailed Release Notes are available here