Skip to content

Commit 5aebcb9

Browse files
committed
TW review + RN
1 parent 9a4c121 commit 5aebcb9

File tree

3 files changed

+46
-37
lines changed

3 files changed

+46
-37
lines changed

content/en/docs/developerportal/app-insights/feedback.md

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ After a user reports feedback in the app using the feedback widget, they get an
4343
* Summary of the feedback that your team wrote
4444
* To which team member the feedback is assigned
4545
* Tags that are assigned to the feedback
46-
* Other feedback that are associated with this feedback
46+
* Other feedback that is associated to this feedback
4747
* Attachments that you team uploaded for this feedback
4848
* Team comments on this feedback
4949

@@ -61,17 +61,17 @@ On the **Inbox** tab, everyone from your team can view all the unarchived feedba
6161

6262
{{< figure src="/attachments/developerportal/app-insights/feedback/feedback-items.png" alt="inbox tab" >}}
6363

64-
In the list on the **Inbox** tab, you can find the following information for each feedback:
64+
In the list on the **Inbox** tab, you can find the following information for each piece of feedback:
6565

66-
* **ID**the unique number that is assigned to the feedback
67-
* **Subject**the title of the feedback given by the reporter
68-
* **Submitter**the email address of the reporter
69-
* **Tags**tags that your team has assigned to the feedback
70-
* **Status**the status that your team has set to the feedback
71-
* **Group**the group that the feedback belongs to
72-
* **Stories**the story that the feedback is linked to
73-
* **Priority**the priority that the feedback has
74-
* **Date**the date when the feedback was submitted
66+
* **ID**The unique number that is assigned to the feedback
67+
* **Subject**The title of the feedback given by the reporter
68+
* **Group**The group that the feedback belongs to
69+
* **Submitter**The email address of the reporter
70+
* **Tags**Tags that your team has assigned to the feedback
71+
* **Status**The status that your team has set to the feedback
72+
* **Date**The date when the feedback was submitted
73+
* **Stories**The story that the feedback is linked to
74+
* **Priority**The priority that the feedback has
7575

7676
For more information about each item, refer to the [Feedback Details](#feedback-details) section.
7777

@@ -83,48 +83,51 @@ Clicking the filter bar opens the **Filter by** side panel. In this side panel,
8383

8484
### Organizing Feedback in Inbox
8585

86-
You can add new feedback manually yourself.
86+
You can add new feedback manually yourself. To do that, follow these steps:
8787

88-
To manually add feedback:
88+
1. Click **Create new feedback** if there is no feedback yet in the **Inbox** tab.
89+
Click **Add feedback** if there is already feedback in the **Inbox** tab.
8990

90-
* Click **Create new feedback** if there is not any feedback yet in the **Inbox** tab.
91-
* Click **Add feedback** if there is already feedback in the **Inbox** tab.
91+
2. Fill in the **Subject**, **Description**, and **Submitter Email** fields, and optionally **Upload Screenshots** in the **New Feedback** dialog box.
9292

93-
Then, fill in the **Subject**, **Description**, and **Submitter Email** fields, and optionally **Upload Screenshots** in the **New Feedback** dialog box.
93+
If you select feedback from the list, you can see the following options:
9494

95-
If you select feedback, you can see the following items:
95+
* **Group Items** – Clicking this button reveals two options:
9696

97-
{{< figure src="/attachments/developerportal/app-insights/feedback/bulk-actions-bar.png" alt="bulk-actions-bar" >}}
97+
* **Create New Group** – You can create a new group for the selected feedback.
98+
* **Add to Group** – You can add the selected feedback to an existing group.
9899

99-
* **Group Items** – Clicking this button will show you two options:
100-
* **Create New Group** – You can create a new group for the selected feedback.
101-
* **Add to Group** – You can add the selected feedback to an existing group.
100+
* **Create Story** – If your app is connected to [Epics](/developerportal/project-management/epics/) or [Jira](/developerportal/project-management/jira-connector/), clicking this button converts the selected feedback to stories on the designated board in Epics or Jira.
101+
The following options are available:
102102

103-
* **Move** – Clicking this moves the selected feedback to any other app of which you are a member. This action will remove the link to the group if the feedback is part of a feedback group.
103+
* **Create Story** – Create a new story based on the feedback.
104+
* **Add to Story** – Add the feedback to an existing story.
104105

105-
* **Create Stories**If your app is connected to [Epics](/developerportal/project-management/epics/) or [Jira](/developerportal/project-management/jira-connector/), clicking this button converts the selected feedback to stories on the designated board in Epics or Jira.
106+
* **Change Status**Change the status of the selected feedback.
106107

107-
* Status drop-down listYou can select a status from the drop-down list and then click **Apply** to change the status of the selected feedback.
108+
* **Move to App**Move the selected feedback to any other app of which you are a member. This action removes the link to the group if the feedback is part of a feedback group.
108109

109-
* **Archive**Clicking this sets the selected feedback as archived.
110+
* **Archive**Set the selected feedback as archived.
110111

111-
* **Delete**Clicking this deletes the selected feedback permanently. The result is irreversible.
112+
* **Delete**Delete the selected feedback permanently. The result is irreversible.
112113

113114
## Groups {#groups}
114115

115-
On the **Groups** tab, everyone in your team can view all the feedback groups in your app.
116+
On the **Groups** tab, everyone on your team can view all feedback groups in your app.
116117

117118
In the list on the **Groups** tab, you can find the following information for each group:
118119

119-
* **Group Name** – the name of the group
120-
* **Status** – the status of the group
121-
* **Priority** – the priority of the group
122-
* **Assignee** – the assignee of the group
123-
* **Number of Items** – the number of feedback that the group has
120+
* **Group Name** – The name of the group
121+
* **Status** – The status of the group
122+
* **Priority** – The priority of the group
123+
* **Assignee** – The assignee of the group
124+
* **Number of Items** – How many pieces of feedback the group contains
125+
126+
Clicking the group opens its details, which you can edit if needed.
124127

125-
You can use the search bar in the list. You can search by group name, assignee, status and priority.
128+
You can use the search bar above the list to find group by name, assignee, status, and priority.
126129

127-
You can add a new group from this page by clicking **Add Group** button below the list
130+
You can also create a new group from this page by clicking **Add Group** button.
128131

129132
## Archive {#archive}
130133

@@ -195,7 +198,7 @@ The following items are available:
195198
* **Submission date** – This shows the date when the feedback was submitted
196199

197200
* **Story** – This displays any stories that are linked to that feedback.
198-
To unlink a story from a feedback, click its corresponding {{% icon name="unlink" %}} **unlink** button.
201+
To unlink a story from a piece of feedback, click its corresponding {{% icon name="unlink" %}} **unlink** button.
199202
If there are no linked stories, you have the following options:
200203

201204
* **Add to Story** – Add the feedback to an existing story.
@@ -215,7 +218,7 @@ The following items are available:
215218
You can use Maia to create a story based on one or more feedback. To do that, follow these steps:
216219

217220
1. Enable Maia in the app [Settings](/developerportal/general-settings/#maia-settings) page.
218-
2. Select a feedback from the list.
221+
2. Select a piece of feedback from the list.
219222
3. Click **Create Story**. The **Create Story** window is displayed.
220223
4. Click {{% icon name="sparkles" %}}**Create with Maia**.
221224
If Maia is enabled, the **Create Story with Maia** window is displayed.

content/en/docs/releasenotes/developer-portal/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat
2121

2222
## 2025
2323

24+
### October 30
25+
26+
#### New Features
27+
28+
* You can now group feedback for easier management. This new option is available by selecting feedback on the **Inbox** tab, then clicking **Group Items**. All resulting feedback groups within an app are listed on the new **Groups** tab of the [Feedback](/developerportal/app-insights/feedback/) page.
29+
2430
### October 26, 2025
2531

2632
#### Improvements

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1010
</li>
1111
<li class="lp-panel-list">
1212
<a href="/releasenotes/developer-portal/">Apps</a>
13-
<p class="rn-date">October 26, 2025</p>
13+
<p class="rn-date">October 30, 2025</p>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>

0 commit comments

Comments
 (0)