Business

GitHub Ships Pinned Views and Security Fix for Issues

GitHub has updated its Issues tracker with generally available pinned views and a security fix for its dependency REST API, streamlining developer workflows and tightening data access.

AlphaSignal3 days agoBusiness
Image: AlphaSignal

GitHub has officially released a series of updates to its Issues tracker, headlined by the general availability of pinned saved views. This feature allows developers to pin custom queries directly to the repository issues sidebar, keeping frequently used search parameters accessible with a single click even when the sidebar is collapsed. The update aims to reduce navigation friction for teams managing complex workflows across multiple repositories and organizations.

Alongside pinned views, GitHub introduced several quality-of-life interface refinements to improve daily usability. Profile avatars now display directly on issue reactions, eliminating the need to hover over a thumbs-up or other emoji to see who voted. Additionally, the Issues Dashboard features a new adjustable density setting to fit more rows on a single screen, and users can now hide closed sub-issues to remove visual clutter from partially completed task lists.

For automation and DevOps teams, the most significant change lies in a security-focused update to the dependency REST API. The endpoints for blocked_by, blocking, and relates_to now filter results based on the specific scope of the caller's token. Previously, these endpoints could expose relationship data for issues in repositories that the token did not have explicit permission to access.

This API adjustment means that automated bots, internal dashboards, and reporting scripts will now receive restricted results that strictly match their authorized view. Practitioners running integrations that traverse issue dependency graphs should expect smaller result sets when using narrowly-scoped tokens and may need to adjust their permissions accordingly. All of these updates are currently live on github.com and are available to all users on existing plans at no additional cost.

This is our own summary of reporting by AlphaSignal

More in Business