Skip to content
代码片段 群组 项目
未验证 提交 beff5bae 编辑于 作者: Jon Glassman's avatar Jon Glassman 提交者: GitLab
浏览文件

Merge branch 'search-filter-issues' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -67,7 +67,7 @@ To configure your project settings in GitLab: ...@@ -67,7 +67,7 @@ To configure your project settings in GitLab:
- For **Jira issue regex**, [enter a regex pattern](issues.md#define-a-regex-pattern). - For **Jira issue regex**, [enter a regex pattern](issues.md#define-a-regex-pattern).
- For **Jira issue prefix**, [enter a prefix](issues.md#define-a-prefix). - For **Jira issue prefix**, [enter a prefix](issues.md#define-a-prefix).
1. Optional. In the **Issues** section: 1. Optional. In the **Issues** section:
- To [view issues](#view-jira-issues) from a single Jira project in a GitLab project: - To [view Jira issues](#view-jira-issues) in GitLab:
1. Select the **Enable Jira issues** checkbox. 1. Select the **Enable Jira issues** checkbox.
1. Enter the Jira project key. 1. Enter the Jira project key.
...@@ -106,8 +106,7 @@ To view issues from a single Jira project in a GitLab project: ...@@ -106,8 +106,7 @@ To view issues from a single Jira project in a GitLab project:
By default, the issues are sorted by **Created date**. By default, the issues are sorted by **Created date**.
The most recently created issues appear at the top. The most recently created issues appear at the top.
You can [search and filter the issue list](issues.md#search-and-filter-the-issue-list) You can [filter issues](#filter-jira-issues) and select an issue to view that issue in GitLab.
and select an issue to view that issue in GitLab.
Issues are grouped into the following tabs based on their Issues are grouped into the following tabs based on their
[Jira status](https://confluence.atlassian.com/adminjiraserver070/defining-status-field-values-749382903.html): [Jira status](https://confluence.atlassian.com/adminjiraserver070/defining-status-field-values-749382903.html):
...@@ -116,6 +115,31 @@ Issues are grouped into the following tabs based on their ...@@ -116,6 +115,31 @@ Issues are grouped into the following tabs based on their
- **Closed**: issues with a **Done** Jira status. - **Closed**: issues with a **Done** Jira status.
- **All**: issues with any Jira status. - **All**: issues with any Jira status.
### Filter Jira issues
DETAILS:
**Tier:** Premium, Ultimate
**Offering:** SaaS, self-managed
Prerequisites:
- Ensure the Jira issue integration is [configured](#configure-the-integration)
and the **Enable Jira issues** checkbox is selected.
When you [view Jira issues](#view-jira-issues) in GitLab,
you can filter the issues by text in summaries and descriptions.
You can also filter the issues by:
- **Label**: specify one or more Jira issue labels in the `labels[]` parameter in the URL.
When you specify multiple labels, only the issues that have all the specified labels appear
(for example, `/-/integrations/jira/issues?labels[]=backend&labels[]=feature&labels[]=QA`).
- **Status**: specify the Jira issue status in the `status` parameter in the URL
(for example, `/-/integrations/jira/issues?status=In Progress`).
- **Reporter**: specify the Jira display name of the `author_username` parameter in the URL
(for example, `/-/integrations/jira/issues?author_username=John Smith`).
- **Assignee**: specify the Jira display name of the `assignee_username` parameter in the URL
(for example, `/-/integrations/jira/issues?assignee_username=John Smith`).
## Create a Jira issue for a vulnerability ## Create a Jira issue for a vulnerability
DETAILS: DETAILS:
......
...@@ -146,29 +146,6 @@ Consider this example: ...@@ -146,29 +146,6 @@ Consider this example:
- GitLab adds a formatted comment to Jira, linking back to the commit that - GitLab adds a formatted comment to Jira, linking back to the commit that
resolved the issue. You can [disable comments](#disable-comments-on-jira-issues). resolved the issue. You can [disable comments](#disable-comments-on-jira-issues).
## Search and filter the issue list
DETAILS:
**Tier:** Premium, Ultimate
**Offering:** SaaS, self-managed
To refine the list of issues, use the search bar to search for any text
contained in an issue summary (title) or description. Use any combination
of these filters:
- To filter issues by `labels`, specify one or more labels as part of the `labels[]`
parameter in the URL. When using multiple labels, only issues that contain all specified
labels are listed: `/-/integrations/jira/issues?labels[]=backend&labels[]=feature&labels[]=QA`
- To filter issues by `status`, specify the `status` parameter in the URL:
`/-/integrations/jira/issues?status=In Progress`
- To filter issues by `reporter`, specify a reporter's Jira display name for the
`author_username` parameter in the URL: `/-/integrations/jira/issues?author_username=John Smith`
- To filter issues by `assignee`, specify their Jira display name for the
`assignee_username` parameter in the URL: `/-/integrations/jira/issues?assignee_username=John Smith`
Enhancements to use these filters through the user interface
[are planned](https://gitlab.com/groups/gitlab-org/-/epics/3622).
## Automatic issue transitions ## Automatic issue transitions
When you configure automatic issue transitions, you can transition a referenced When you configure automatic issue transitions, you can transition a referenced
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册