Brain freeze: project report showing projects related to requests stored in 1 project | Community
Skip to main content
Level 4
June 20, 2023
Solved

Brain freeze: project report showing projects related to requests stored in 1 project

  • June 20, 2023
  • 2 replies
  • 994 views

Hi all,

 

I'm having a brain freeze here. I'm hoping that one of our community members could help me out.

 

Some requests are routed to a separate project (project "X"). I want to create a report showing me all projects with a resolve link to the requests in my project "X".

 

I can't think straight anymore, so I'm hoping for your backup.

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by FemkeCr

Thanks William!

Unfortunately, this only gives me half of the solution. It, indeed, gives me the projects that are converted from a request in that project, but It doesn't give me the projects that have been manually added as the Resolve Project to a request in that project. 

 

I kept trying and came up with the following code, which actually works:

resolvables:projectID={project X ID}
resolvables:projectID_Mod=eq

 

Thanks again for your help and pointing me in the right direction!

2 replies

lgaertner
Level 9
June 20, 2023

Hello Femke,

 

the ID of the resolved request is stored in the field convertedOpTaskOriginatorID. Therefore you could add the following textmode to your filter

convertedOpTaskOriginatorID_Mod=notblank

to only get the projects, which have this link.

 

Regards

Lars

FemkeCrAuthor
Level 4
June 20, 2023

Hi Lars, thanks for your help, it is truly appreciated!

 

I see that this field relates to the ID of the user who submitted the original request.

It doesn't relate to the project where the request is stored, unfortunately.

 

Kind regards,

Femke

lgaertner
Level 9
June 20, 2023

Oh, sorry. I did not recognize that. 

But using the textmode by @william-- should be solution!

William--
Community Advisor
Community Advisor
June 20, 2023

Hi Femke, 

convertedOpTask:projectID={project_X_ID} convertedOpTask:projectID_Mod=eq


In a project report will return a list of projects whose originating issue is currently stored in "Project X." 

If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf
FemkeCrAuthorAccepted solution
Level 4
June 22, 2023

Thanks William!

Unfortunately, this only gives me half of the solution. It, indeed, gives me the projects that are converted from a request in that project, but It doesn't give me the projects that have been manually added as the Resolve Project to a request in that project. 

 

I kept trying and came up with the following code, which actually works:

resolvables:projectID={project X ID}
resolvables:projectID_Mod=eq

 

Thanks again for your help and pointing me in the right direction!