Cannot see/edit AI credits budget with user scope #197601
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaCopilot in GitHub BodyI've created an AI credits budget for a user, a new feature introduced today with the new billing system. |
Beta Was this translation helpful? Give feedback.
Replies: 34 comments 18 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
I have the exact same problem and just raised a support ticket for it. We use Github Teams with Copilot Business. I've been pouring over various documentations but nothing explains how we can see or amend user-scoped budgets. The support bot suggested the following but I don't have these option available under Billing & Licensing: How to view or change a user‑level budget
|
Beta Was this translation helpful? Give feedback.
-
|
Similar issue for me. I've set a flat per user rate across my organisation but after setting the budget I can't see it listed anywhere in the budgets section. If I then try to recreate the budget, I get an error saying that there is already a budget for that scope. This must be bug, really need it solving ASAP! |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here. I did save the url so I still have access to it, but its not visible in the list of budgets. |
Beta Was this translation helpful? Give feedback.
-
|
Same here, set user budgets and now have no way to edit them, was this tested before it was released? |
Beta Was this translation helpful? Give feedback.
-
|
Same problem. |
Beta Was this translation helpful? Give feedback.
-
|
Same problem! |
Beta Was this translation helpful? Give feedback.
-
|
Same issue! |
Beta Was this translation helpful? Give feedback.
-
|
Why creating UI when you have Rest API |
Beta Was this translation helpful? Give feedback.
-
|
Same issue cannot edit budgets after creating |
Beta Was this translation helpful? Give feedback.
-
|
I have a similar issue. You can see on the budget page that there is a I have raised also a support ticket for this issue. If this does not get resolved, I will have to go through the REST API. github-copilot-budgets.mp4 |
Beta Was this translation helpful? Give feedback.
-
|
cc @martinwoodward this is quite a problematic issue with the usage-based billing, can you help prioritize ? Thanks ! |
Beta Was this translation helpful? Give feedback.
-
|
same problem. Pls fix |
Beta Was this translation helpful? Give feedback.
-
|
This is insane, rolling up a "feature" like this and not having a way to view / edit the budgets set by users. |
Beta Was this translation helpful? Give feedback.
-
|
First, a global budget can be set for all the employees in the organization. Once it is set, a new management page will be available, allowing you to edit the budget for each employee. |
Beta Was this translation helpful? Give feedback.
-
|
Same problem here |
Beta Was this translation helpful? Give feedback.
-
|
Same problem here, the service I pay for becomes unusable because of this |
Beta Was this translation helpful? Give feedback.
-
|
Same problem here. Please fix it. |
Beta Was this translation helpful? Give feedback.
-
|
Same for us, sadly I set one user budget to 20$...... It hold for 1.5 hours 🙈 |
Beta Was this translation helpful? Give feedback.
-
|
Same problem here. Please fix it. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here. It's quite critical, i mistakenly set it to 0$ and no one can use Copilot in the organization. No way to modify the budget ... |
Beta Was this translation helpful? Give feedback.
-
|
same problem |
Beta Was this translation helpful? Give feedback.
-
|
same problem |
Beta Was this translation helpful? Give feedback.
-
|
We have got the same problem. |
Beta Was this translation helpful? Give feedback.
-
|
Note for all folks that are impacted as it was highlighted earlier in a comment, you can access the user budgets through API with e.g. gh CLI command. For example, get all the user budgets defined (replace > gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2026-03-10" "/organizations/$(YOUR_ORG)/settings/billing/budgets"You will find budgets ids in the JSON response. Then you can reuse to e.g. delete a particular user budgets (replace > gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2026-03-10" "/organizations/$(YOUR_ORG)/settings/billing/budgets/$(BUDGET_ID)" -X DELETEAnd then use the Web frontend to re-enter a particular budget for a particular user. It is a bit laborious but in case you have entered something incorrect, you can at least unblock your teams. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
|
Hi everyone! We apologize for closing this discussion prematurely. We've reported this to the team and they are actively investigating the issue. While we can't guarantee a timeframe for a fix, we'll send updates as soon as more information becomes available. We appreciate your patience as we work toward a solution. |
Beta Was this translation helpful? Give feedback.
-
|
Looks like it's fixed, I can see all user scoped budgets in the "budgets and alerts" interface :) |
Beta Was this translation helpful? Give feedback.
-
|
I received an email today and github updated the budgets & alerts UI to make user-scope budgets visible. From my perspective the issue is resolved. |
Beta Was this translation helpful? Give feedback.
-
|
Budgets are now visible, but editing individual users' budget (in a created universal budget for all users) doesn't seem to work, at least there is no way to save any changes (button "Create Budget" is disabled, no error or any communication why) after selecting "Edit" for users. |
Beta Was this translation helpful? Give feedback.

We have provided details in this discussion. Please subscribe to that post to receive real-time updates and a notification when the issue is resolved.