debian-mirror-gitlab/doc/user/project/issues/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

54 lines
2.4 KiB
Markdown
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
stage: Plan
group: Project Management
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-06-23 00:09:42 +05:30
---
2021-03-11 19:13:27 +05:30
# Issues **(FREE)**
2017-08-17 22:00:37 +05:30
2021-04-29 21:17:54 +05:30
Use issues to collaborate on ideas, solve problems, and plan work.
Share and discuss proposals with your team and with outside collaborators.
2017-08-17 22:00:37 +05:30
2021-03-11 19:13:27 +05:30
You can use issues for many purposes, customized to your needs and workflow.
2017-08-17 22:00:37 +05:30
2021-04-29 21:17:54 +05:30
- Discuss the implementation of an idea.
- Track tasks and work status.
- Accept feature proposals, questions, support requests, or bug reports.
- Elaborate on code implementations.
2020-04-08 14:13:33 +05:30
2021-04-29 21:17:54 +05:30
For more information about using issues, see the GitLab blog post:
[Always start a discussion with an issue](https://about.gitlab.com/blog/2016/03/03/start-with-an-issue/).
2020-04-08 14:13:33 +05:30
2021-03-11 19:13:27 +05:30
Issues are always associated with a specific project. If you have multiple
2021-04-29 21:17:54 +05:30
projects in a group, you can view all of the projects' issues at once.
2017-09-10 17:25:29 +05:30
2020-05-24 23:13:21 +05:30
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
2021-04-29 21:17:54 +05:30
To learn how the GitLab Strategic Marketing department uses GitLab issues with [labels](../labels.md) and
2020-05-24 23:13:21 +05:30
[issue boards](../issue_board.md), see the video on
[Managing Commitments with Issues](https://www.youtube.com/watch?v=cuIHNintg1o&t=3).
2021-04-29 21:17:54 +05:30
## Related topics
2019-02-15 15:39:39 +05:30
2022-01-26 12:08:38 +05:30
- [Create issues](managing_issues.md#create-an-issue)
2021-04-17 20:07:23 +05:30
- [Create an issue from a template](../../project/description_templates.md#use-the-templates)
2022-01-26 12:08:38 +05:30
- [Edit issues](managing_issues.md#edit-an-issue)
- [Move issues](managing_issues.md#move-an-issue)
- [Close issues](managing_issues.md#close-an-issue)
- [Delete issues](managing_issues.md#delete-an-issue)
2021-04-29 21:17:54 +05:30
- [Promote issues](managing_issues.md#promote-an-issue-to-an-epic)
2019-09-30 21:07:59 +05:30
- [Set a due date](due_dates.md)
2019-07-07 11:18:12 +05:30
- [Import issues](csv_import.md)
2020-04-22 19:07:51 +05:30
- [Export issues](csv_export.md)
2021-04-29 21:17:54 +05:30
- [Upload designs to issues](design_management.md)
- [Linked issues](related_issues.md)
2022-01-26 12:08:38 +05:30
- [Similar issues](managing_issues.md#similar-issues)
- [Health status](managing_issues.md#health-status)
2021-04-29 21:17:54 +05:30
- [Cross-link issues](crosslinking_issues.md)
- [Sort issue lists](sorting_issue_lists.md)
2021-11-11 11:23:49 +05:30
- [Search for issues](../../search/index.md#filter-issue-and-merge-request-lists)
2021-04-29 21:17:54 +05:30
- [Epics](../../group/epics/index.md)
2021-11-11 11:23:49 +05:30
- [Issue boards](../issue_board.md)
2019-07-07 11:18:12 +05:30
- [Issues API](../../../api/issues.md)
2021-04-29 21:17:54 +05:30
- [Configure an external issue tracker](../../../integration/external-issue-tracker.md)
2021-12-11 22:18:48 +05:30
- [Tasks](../../tasks.md)