# Public link to a Task in a Private project

**URL:** https://community.taiga.io/t/public-link-to-a-task-in-a-private-project/4230
**Category:** Taiga basics
**Created:** [October 15, 2024, 5:28am UTC](https://community.taiga.io/t/public-link-to-a-task-in-a-private-project/4230 "2024-10-15T05:28:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![RrBd](https://avatars.discourse-cdn.com/v4/letter/r/e68b1a/32.png) [@RrBd](https://community.taiga.io/u/RrBd)
#### Post date: [October 15, 2024, 5:28am UTC](https://community.taiga.io/t/public-link-to-a-task-in-a-private-project/4230/1 "2024-10-15T05:28:36Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [October 15, 2024, 7:36am UTC](https://community.taiga.io/t/public-link-to-a-task-in-a-private-project/4230/2 "2024-10-15T07:36:35Z")

</div>

Hi there!

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

Best regards!

---

<div class="post-metadata">

### Author: ![csmu](https://dub1.discourse-cdn.com/flex017/user_avatar/community.taiga.io/csmu/32/2289_2.png) [@csmu](https://community.taiga.io/u/csmu)
#### Post date: [January 24, 2025, 1:04pm UTC](https://community.taiga.io/t/public-link-to-a-task-in-a-private-project/4230/3 "2025-01-24T13:04:03Z")

</div>

> [@Charlie](#):
>
> It is not possible to grant public view access to a single task.

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?

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [January 24, 2025, 1:06pm UTC](https://community.taiga.io/t/public-link-to-a-task-in-a-private-project/4230/4 "2025-01-24T13:06:57Z")

</div>

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!
