I believe I’ve been round the docs and can’t for the life of me work out my error.
If I raise the request from outside forge - I get a poco error:
“‘poco: rejected authenticated request with decisionId: xxxxxxxxxx \nUTC Time: 2026-01-14 14:25:34.282044637 +0000 UTC \nFollow the troubleshooting guide at go/poco-troubleshooting’”
The block below is working for me. Be sure to include read:cmdb-object:jira in your manifest. I’m also using asApp for the request permissions. You will need to grant the app the necessary permissions in Assets to be able to access objects.
I believe in the POST, you must put the startat and maxResults in the post body like: {
“qlQuery”: “objectType = “PPM Resources” AND “Start Date” IS NOT EMPTY”,
“startAt”: 0,
“maxResults”: 50,
“includeAttributes”: true,
“includeAttributesDeep”: 1
}