GraphQL -> Receiving ProjectIssue custom values #45886
Replies: 2 comments 5 replies
-
Hello and good day to you @SybrenIntercept here is some pseudo code you can test above -> I have not tested just wrote for you based on your query and use case. query {
repository(owner: "<OWNER>", name: "<REPOSITORY>") {
workItem(number: <WORKITEM_ID>) {
title
body
customFields {
name
value
}
}
}
} Replace |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Good afternoon!
The problem we are having at the moment is that we are not able to get the right graphQL query to get the custom values in a workitem (issue connected to a project).
The graphQL query we are using uses far too many ratelimit "points" for the data we have.
We use a third party app which also collects some github data for us. (this is an app which we eventually will work with).
The data it is collecting are: "Workitem id" and "repository".
The question i am having at the moment: Is it possible, using the GraphQL, to retrieve the workitems (and its custom values) connected to one or multiple projects, based on the 2 properties?
Thanks for the answers in advance!
Beta Was this translation helpful? Give feedback.
All reactions