Create task using quick add magic via the api #72

Open
opened 2026-02-27 14:51:22 -05:00 by deekerman · 2 comments
Owner

Originally created by @refactoriel on GitHub (Aug 3, 2022).

AFAIKT you need to specify quite a lot of fields when creating a task via the API.
Would it be possible to make only the task description field mandatory and use insert magics like in the UI.

Background is that I'd like to write an extension for https://ulauncher.io/ so that I can quickly create a task via a few keystrokes.

Originally created by @refactoriel on GitHub (Aug 3, 2022). AFAIKT you need to specify quite a lot of fields when creating a task via the API. Would it be possible to make only the task description field mandatory and use insert magics like in the UI. Background is that I'd like to write an extension for https://ulauncher.io/ so that I can quickly create a task via a few keystrokes.
Author
Owner

@kolaente commented on GitHub (Aug 3, 2022):

You can create a task with only the title. What won't work is using quick add magic that way, that's a frontend feature.

You'll need to wait until the api can do quick add magic as well or re-implement the feature in your extension.

@kolaente commented on GitHub (Aug 3, 2022): You can create a task with only the title. What won't work is using quick add magic that way, that's a frontend feature. You'll need to wait until the api can do quick add magic as well or re-implement the feature in your extension.
Author
Owner

@refactoriel commented on GitHub (Aug 4, 2022):

Ah too bad, that sounds more like a backend feature. Reimplementing it in an extension will only make maintenance a nightmare, so I'll pass on that 😉

Once I know more typescript I'll have a stab at implementing it in the backend, since it doesn't look like it's high in your priorities.

@refactoriel commented on GitHub (Aug 4, 2022): Ah too bad, that sounds more like a backend feature. Reimplementing it in an extension will only make maintenance a nightmare, so I'll pass on that 😉 Once I know more typescript I'll have a stab at implementing it in the backend, since it doesn't look like it's high in your priorities.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vikunja-go-vikunja#72
No description provided.