Luciano
Luciano

Reputation: 2999

Relating issues in Gitlab

The Gitlab documentation (here) says you can click the "+" to add related issues. But where is this "+" on the called "header of the related issue block"? Is it a restricted feature?

My issues in my private projects do not have this "+" on the header as this sample picture from documentation shows: enter image description here

Upvotes: 1

Views: 481

Answers (2)

VonC
VonC

Reputation: 1328312

You can see more with GitLab 14.9 (March 2022):

Shortcut to open related issue

When creating a new issue from another issue, an option to mark the two issues as related is selected by default.

This handy shortcut enables you to create one or more related issues without having to remember or copy-pasting issue IDs.

Thanks for the contribution Steve!

https://about.gitlab.com/images/14_9/shortcut_to_open_related_issue.gif -- Shortcut to open related issue

See Documentation and Issue.

Upvotes: 0

csonuryilmaz
csonuryilmaz

Reputation: 1735

I think documentation has missing information about this feature. I've found below explanation

.. Related issues is a feature that would only be available for public projects or private projects in a group or namespace with at least the Bronze plan applied. ..

at here. We have all private projects and there is no visible "add related issue" button.

Upvotes: 1

Related Questions