In a report filter, how to navigate to Issue category ID from Project level | Community
Skip to main content
Level 3
February 2, 2023
Solved

In a report filter, how to navigate to Issue category ID from Project level

  • February 2, 2023
  • 1 reply
  • 544 views

Hi everyone,

 

I was trying to build a Project report and I am stuck with the filter setup.

I wanted the report to show all the projects which are converted from a particular issue that has a particular custom form attached to it (so Category ID on Issue level).

 

Obviously if the category ID is on the Project level the filter would be as simple as this (as an example):

 

categoryID=621c0f4900578449d236e5af083ff993
categoryID_Mod=in

etc.

 

What I am struggling with is how to get to Category ID which is on the issue level from Project. 

 

Thanks a lot!

 

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 skyehansen

hi, since you already recognize this is not on the project level, you can go to the API explorer and use the References section -- this will show you all the areas you can reference (especially if you switch to the unsupported version of the API). The object you are trying to reference is the converted issue (convertedOpTask). The syntax may look something like convertedOpTask:categoryID=____ but I'd have to play with it to be sure.

 

Also note: this kind of approach would only pull the topmost custom form. In order to search for any custom form in a collection, you'd have to go with using an EXISTS statement to filter for it.

1 reply

skyehansen
Community Advisor and Adobe Champion
skyehansenCommunity Advisor and Adobe ChampionAccepted solution
February 2, 2023

hi, since you already recognize this is not on the project level, you can go to the API explorer and use the References section -- this will show you all the areas you can reference (especially if you switch to the unsupported version of the API). The object you are trying to reference is the converted issue (convertedOpTask). The syntax may look something like convertedOpTask:categoryID=____ but I'd have to play with it to be sure.

 

Also note: this kind of approach would only pull the topmost custom form. In order to search for any custom form in a collection, you'd have to go with using an EXISTS statement to filter for it.