Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions content/en/docs/developerportal/app-insights/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In the list on the **Inbox** tab, you can find the following information for eac
* **Priority** – the priority that the feedback has
* **Date** – the date when the feedback was submitted

{{% alert color="info" %}}For more information about each bullet item above, see the list in the [Feedback Details](#feedback-details) section.{{% /alert %}}
For more information about each item, refer to the [Feedback Details](#feedback-details) section.

To export all feedback into one CSV file, click **Export**.

Expand Down Expand Up @@ -133,9 +133,9 @@ To search by **Subject** and **ID**, type the keywords in the search bar.

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.

## Opening Feedback in Inbox or Archive{#feedback-details}
## Feedback Details {#feedback-details}

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).
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).

### Feedback Tab {#feedback}

Expand Down Expand Up @@ -194,6 +194,13 @@ The **Feedback** tab shows the following items:

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.

* **Story** – This displays any stories that are linked to that feedback item.
To unlink a story from a feedback item, click its corresponding {{% icon name="unlink" %}} **unlink** button.
If there are no linked stories, you have the following options:

* **Add to Story** – Add the feedback item to an existing story.
* **Create Story** – Create a new story based on the feedback item.

* **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.

* **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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ The story details dialog box shows the following items:

* **Attached Files** – You can add attached files by clicking **+**.

* **Feedback** – This displays any feedback items that are linked to the story.
To unlink a feedback item from a story, click its corresponding {{% icon name="unlink" %}} **unlink** button.

* **Audit Trail** – This gives information on all the updates related to the story, including who did the update and when:

* Story assigned to {user name}
Expand Down
17 changes: 17 additions & 0 deletions content/en/docs/releasenotes/developer-portal/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat

## 2025

### August 21, 2025

#### New Features

* You can now disconnect linked stories and feedback items:

* 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.
* 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.

#### Improvements

* Updated user information is now properly displayed in Epics.

#### Fixes

* 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.

### July 27, 2025

#### Improvements
Expand Down