@@ -6,10 +6,79 @@ Submit Feedback
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ .. facet::
10
+ :name: genre
11
+ :values: tutorial
12
+
13
+ .. meta::
14
+ :description: Submit feedback on the MongoDB for IntelliJ Plugin JIRA project.
15
+
9
16
.. contents:: On this page
10
17
:local:
11
18
:backlinks: none
12
19
:depth: 1
13
20
:class: singlecol
14
21
15
- Content on this page will be addressed in DOCSP-44968.
22
+ To report a bugs, request a feature, or submit general feedback, follow the
23
+ procedures on this page to open a ticket in the
24
+ `MongoDB for IntelliJ Plugin JIRA project <https://jira.mongodb.org/projects/INTELLIJ/issues/>`__.
25
+
26
+ Before You Begin
27
+ ----------------
28
+
29
+ To submit feedback and vote on issues, you must be logged in to a JIRA account.
30
+
31
+ Steps
32
+ -----
33
+
34
+ .. procedure::
35
+ :style: normal
36
+
37
+ .. step:: Open the ticket creation dialog.
38
+
39
+ To open a new ticket, click :guilabel:`Create` in the JIRA top navigation
40
+ bar.
41
+
42
+ .. step:: Specify the issue type.
43
+
44
+ Open the :guilabel:`Issue Type` drop-down menu and select the appropriate
45
+ issue type:
46
+
47
+ - If you encounter a bug, select :guilabel:`Bug`.
48
+
49
+ - If you have a new feature request, select :guilabel:`New Feature`.
50
+
51
+ .. step:: Provide a summary.
52
+
53
+ In the :guilabel:`Summary` field, provide a brief summary of the bug or
54
+ feature request.
55
+
56
+ .. step:: Provide a description.
57
+
58
+ In the :guilabel:`Description` field, you can provide more detailed
59
+ information, including the exact steps needed to reproduce the issue.
60
+
61
+ .. step:: Set the label field.
62
+
63
+ In the :guilabel:`Labels` field, include the ``internal-preview`` label.
64
+
65
+ .. step:: (*Optional*) Add logs in the Attachment field.
66
+
67
+ Logs can help navigate edge cases and diagnose issues in the
68
+ {+intellij-short+}. For more information, see :ref:`intellij-logs`.
69
+
70
+ .. step:: Submit the ticket.
71
+
72
+ Click :guilabel:`Create` to submit the ticket.
73
+
74
+ Vote on Submitted Tickets
75
+ -------------------------
76
+
77
+ Under the :guilabel:`People` section on the right side of the JIRA ticket, you
78
+ can vote for tickets. Issues with more votes are more likely to be prioritized
79
+ by the MongoDB development team.
80
+
81
+ .. toctree::
82
+ :titlesonly:
83
+
84
+ Logs </logs>
0 commit comments