raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.26k stars 2.96k forks source link

[Toggl Track] Create new task when creating a new entry #14688

Open alex35mil opened 1 day ago

alex35mil commented 1 day ago

Extension

https://www.raycast.com/franzwilhelm/toggl-track

Description

It would be great to be able to create new tasks when creating a new entry. Otherwise, you have to go to the web ui to do that.

I think there is an API endpoint for it: https://engineering.toggl.com/docs/api/tasks/index.html#post-workspaceprojecttasks

Who will benefit from this feature?

No response

Anything else?

No response

raycastbot commented 1 day ago

Thank you for opening this issue!

🔔 @franzwilhelm @bkeys818 @michaelfaisst @teziovsky @lukebars you might want to have a look.

💡 Author and Contributors commands The author and contributors of `franzwilhelm/toggl-track` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
bkeys818 commented 1 day ago

I'd also like to do the same thing with tags. I'll try to get started on it this weekend.