Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 09:14:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 09:14:41 +0300
commit913af9b06edd2eff6cba93b1daca6c061b93be91 (patch)
treefde2bd3b942f25391ca1cf0cffec9ee5e701427c /doc
parent61d96ce4039288eeb236c09b7a629dd85db5d4c9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/api/graphql/reference/index.md2
-rw-r--r--doc/integration/jira/configure.md6
-rw-r--r--doc/integration/jira/development_panel.md1
-rw-r--r--doc/user/project/web_ide_beta/index.md4
4 files changed, 12 insertions, 1 deletions
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index 322818c279e..aafef902d10 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -4880,6 +4880,8 @@ Input type: `ProjectInitializeProductAnalyticsInput`
### `Mutation.projectMemberBulkUpdate`
+Updates multiple members of a project. To use this mutation, you must have at least the Maintainer role.
+
Input type: `ProjectMemberBulkUpdateInput`
#### Arguments
diff --git a/doc/integration/jira/configure.md b/doc/integration/jira/configure.md
index 2533ce2b643..d6732321e7c 100644
--- a/doc/integration/jira/configure.md
+++ b/doc/integration/jira/configure.md
@@ -4,7 +4,9 @@ group: Integrations
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
-# Configure Jira **(FREE)**
+# Jira integration **(FREE)**
+
+The Jira integration connects one or more GitLab projects to a Jira instance. You can host the Jira instance yourself or in [Atlassian Cloud](https://www.atlassian.com/migration/assess/why-cloud). The supported Jira versions are `6.x`, `7.x`, `8.x`, and `9.x`.
You can set up the [Jira integration](index.md#jira-integration)
by configuring your project settings in GitLab.
@@ -20,6 +22,8 @@ Prerequisites:
and the email address you used to create the token.
See [authentication in Jira](index.md#authentication-in-jira).
+## Configure a project
+
To configure your project:
1. On the top bar, select **Main menu > Projects** and find your project.
diff --git a/doc/integration/jira/development_panel.md b/doc/integration/jira/development_panel.md
index 57308c9a19e..370b9178441 100644
--- a/doc/integration/jira/development_panel.md
+++ b/doc/integration/jira/development_panel.md
@@ -8,6 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
> [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/233149) from GitLab Premium to GitLab Free in 13.4.
+The Jira development panel connects all GitLab projects in a group or personal namespace.
You can view GitLab activity from the Jira development panel.
When you're in GitLab, you can refer to a Jira issue by ID.
diff --git a/doc/user/project/web_ide_beta/index.md b/doc/user/project/web_ide_beta/index.md
index 3e045b12282..5aeb34f7aa7 100644
--- a/doc/user/project/web_ide_beta/index.md
+++ b/doc/user/project/web_ide_beta/index.md
@@ -48,6 +48,10 @@ To open the Web IDE Beta from a merge request:
1. Go to your merge request.
1. In the upper-right corner, select **Code > Open in Web IDE**.
+The Web IDE Beta opens modified and created files in separate tabs and displays changes side by side with the original source. To optimize loading time, only the top 10 files (by number of lines changed) are opened automatically.
+
+In the file tree, any modified or created file in the merge request is indicated by an icon next to the filename. To view changes to a file, right-click the filename and select **Compare with merge request base**.
+
## Open a file in the Web IDE Beta
To open any file by its name: