Skip to content

Resolve "Development Widget: View branches"

Donald Cook requested to merge 477534-development-widget-view-branches into master

What does this MR do and why?

This merge request updates the GraphQL API for branches and work items. It adds a new field called link to the Branch type, which provides a URL for the branch. It also adds a new field called branches to the Development type, which represents a development widget in a work item. This field provides information about the branches associated with the work item. Additionally, the Development type now includes a method called branch_link which generates a URL for a specific branch.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #477534

Merge request reports

Loading