Public link to a Task in a Private project

Hi, is it possible to generate a public link to a Task in a privte project, with which anybody who knows the link can view that particular Task(, but nothing else of the board)?

And if yes: HowTo?

CU

Rainer

Hi there!

It is not possible to grant public view access to a single task.

Best regards!

2 Likes

Would it be possible to create a public project and use webhooks to post to that project when that task updates?

Or maybe use the api’s?

Hi,

You could definitely make do using both.

You could have a service receiving webhooks from that project, and if anything changes update the public project task via the API, that should work.

Best!