Post

2 followers Follow
0
Avatar

CZQL get projects under a portfolio

Using CZQL I am trying to get a list of all projects that belong to a portfolio, that I will then iterate through and grab all their tasks.

 

I currently have what I need in czql to get the tasks from a project, but I have yet been able to figure out how to grab a list of projects that belong to a portfolio - anyone have insight here?

Jared Thompson Answered

Official comment

Avatar

Hi Jared,

You can find the portfolio using the "IsPortfolio = true" on the project and then get the related projects the same way you are retrieving the tasks.

 

I hope this helps,

Elad

Elad Franklin
Comment actions Permalink

Please sign in to leave a comment.

1 comment