{{ message }}
ProjectV2Item.fieldValues doesn't return the new organisation level issue fields #193182
Unanswered
TuomasTammi
asked this question in
Apps, API and Webhooks
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
API
Body
I'm trying to add support for the new organisation-level issue fields to our Github projects integration. It would convenient to get the field values together with the other fields of the project item. The API specs suggest that this would be possible by using the
ProjectV2ItemIssueFieldValuetype, but there don't seem to be any objects of that type returned by the API.This kind of query
returns a result like below even if the project item's underlying issue has values for the issue values.
Is there something wrong with the query? Or is this just not supported (yet)?
Beta Was this translation helpful? Give feedback.
All reactions