Task "public" visibility

I was wondering if there is a way to tell if a task has been marked public by the user. Specifically in the UI they have the abililty to hit “Make Public” and it says “This task is visible to everyone..”

I’m trying to mirror data visibility in a 3rd party application and I believe this is the last piece of the puzzle I don’t quite understand.

Any help is much appreciated!

Konrad

Hi @konrad10 and welcome to the forum,

That info is not available in the API; see this post for more on the topic.

1 Like

haha I read that post quite a few times, I was hopeful because it seemed like those posters really cared about mutation and “setting to public” whereas I only care about the visibility of the task.

I guess we won’t be able to use that in our application, not a huge deal but it would be nice to be able to mirror that visibility level.

Thanks!