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, 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!
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!