You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/app-insights/feedback.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ In the list on the **Inbox** tab, you can find the following information for eac
72
72
***Priority** – the priority that the feedback has
73
73
***Date** – the date when the feedback was submitted
74
74
75
-
{{% alert color="info" %}}For more information about each bullet item above, see the list in the [Feedback Details](#feedback-details) section.{{% /alert %}}
75
+
For more information about each item, refer to the [Feedback Details](#feedback-details) section.
76
76
77
77
To export all feedback into one CSV file, click **Export**.
78
78
@@ -133,9 +133,9 @@ To search by **Subject** and **ID**, type the keywords in the search bar.
133
133
134
134
Clicking the filter bar opens the **Filter by** side panel. In this side panel, you can filter the feedback using the **Environment**, **Closed date**, **Submission date**, and **Assignees**. The filters are saved until the page is refreshed.
135
135
136
-
## Opening Feedback in Inbox or Archive{#feedback-details}
136
+
## Feedback Details {#feedback-details}
137
137
138
-
On the [Inbox](#inbox) and [Archive](#archive) tabs, you can open feedback by clicking it in the list. If you click the **ID** of the feedback, the feedback details page opens. If you click a place other than the **ID** of the feedback, a side panel opens. Either the feedback details page or the side panel contains two tabs: [Feedback](#feedback) and [Reporter Comments](#contact-reporter).
138
+
On the [Inbox](#inbox) and [Archive](#archive) tabs, you can open a feedback item by clicking it in the list. If you click the **ID** of the feedback, the feedback details page opens. If you click a place other than the **ID** of the feedback, a side panel opens. Either the feedback details page or the side panel contains two tabs: [Feedback](#feedback) and [Reporter Comments](#contact-reporter).
139
139
140
140
### Feedback Tab {#feedback}
141
141
@@ -194,6 +194,13 @@ The **Feedback** tab shows the following items:
194
194
195
195
You can unlink a feedback item by hovering over the feedback and clicking the **Remove** ({{% icon name="remove" %}}) button. Once the feedback is not linked anymore, it appears again in the list on the **Inbox** or **Archive** tab.
196
196
197
+
***Story** – This displays any stories that are linked to that feedback item.
198
+
To unlink a story from a feedback item, click its corresponding {{% icon name="unlink" %}} **unlink** button.
199
+
If there are no linked stories, you have the following options:
200
+
201
+
***Add to Story** – Add the feedback item to an existing story.
202
+
***Create Story** – Create a new story based on the feedback item.
203
+
197
204
***Attachments** – This contains attachments to this feedback. To upload an attachment, click **Add** ({{% icon name="add" %}}) and select the file. The following formats are supported: .*peg*, *.png*, and *.gif*. Each attachment can be a maximum of 5 MB in size. Once an attachment is uploaded, only your team members can view, download, and delete the attachment.
198
205
199
206
***Communication** – This section shows all the comments on this feedback from your team. You can leave comments here and attach attachments to each comment. Comments submitted to this section are only visible to your team members.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/developer-portal/_index.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,23 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat
21
21
22
22
## 2025
23
23
24
+
### August 21, 2025
25
+
26
+
#### New Features
27
+
28
+
* You can now disconnect linked stories and feedback items:
29
+
30
+
* To unlink a story from a feedback item, click {{% icon name="unlink" %}} **unlink** on the [feedback details](/developerportal/app-insights/feedback/#feedback-details) page. The story is updated accordingly.
31
+
* To unlink a feedback item from a story, click {{% icon name="unlink" %}} **unlink** in the **Feedback** section of the [story details](/developerportal/project-management/epics/board/#story-details) page. The feedback item is updated accordingly.
32
+
33
+
#### Improvements
34
+
35
+
* Updated user information is now properly displayed in Epics.
36
+
37
+
#### Fixes
38
+
39
+
* We have fixed a display issue that caused primary action buttons to become inaccessible, i.e. to be moved off-screen, during the story creation process. This occurred while using Maia with feedback items.
0 commit comments