From 7e9c13fd29aa50923deb603236a2c17d71d82fb6 Mon Sep 17 00:00:00 2001 From: AmrishBasdew <122876472+AmrishBasdew@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:53:06 +0200 Subject: [PATCH 1/3] Update _index.md Added release notes for AppInsights and Epics --- .../en/docs/releasenotes/developer-portal/_index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/en/docs/releasenotes/developer-portal/_index.md b/content/en/docs/releasenotes/developer-portal/_index.md index c03d5827b03..15c329740fb 100644 --- a/content/en/docs/releasenotes/developer-portal/_index.md +++ b/content/en/docs/releasenotes/developer-portal/_index.md @@ -21,6 +21,18 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat ## 2025 +### August 21, 2025 + +#### What's New + +* Added the ability to unlink stories from feedback items. Navigate to the feedback details page and use the new unlink button to disconnect stories as needed. + +#### Improvements and Fixes + +* You can now unlink feedback from a story in Epics. +* Updated user info is now properly shown in Epics. +* Fixed a display issue where primary action buttons would become inaccessible (moved off-screen) during the story creation process when using Maia with feedback items + ### July 27, 2025 #### Improvements From 1a4d4e40e7590be3f0c1530f05436484dec58d60 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Wed, 20 Aug 2025 17:02:56 +0200 Subject: [PATCH 2/3] TW review --- .../developerportal/app-insights/feedback.md | 13 ++++++++++--- .../project-management/epics/board.md | 3 +++ .../releasenotes/developer-portal/_index.md | 17 +++++++++++------ 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/content/en/docs/developerportal/app-insights/feedback.md b/content/en/docs/developerportal/app-insights/feedback.md index f97527c7bc7..792d59d2914 100644 --- a/content/en/docs/developerportal/app-insights/feedback.md +++ b/content/en/docs/developerportal/app-insights/feedback.md @@ -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**. @@ -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} @@ -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. + You can unlink a story by clicking 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. diff --git a/content/en/docs/developerportal/project-management/epics/board.md b/content/en/docs/developerportal/project-management/epics/board.md index 2a29279decf..c4cbbc741e0 100644 --- a/content/en/docs/developerportal/project-management/epics/board.md +++ b/content/en/docs/developerportal/project-management/epics/board.md @@ -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 have been 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} diff --git a/content/en/docs/releasenotes/developer-portal/_index.md b/content/en/docs/releasenotes/developer-portal/_index.md index 15c329740fb..f043286d650 100644 --- a/content/en/docs/releasenotes/developer-portal/_index.md +++ b/content/en/docs/releasenotes/developer-portal/_index.md @@ -23,15 +23,20 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat ### August 21, 2025 -#### What's New +#### New Features + +* You can now disconnect linked stories and feedback items: -* Added the ability to unlink stories from feedback items. Navigate to the feedback details page and use the new unlink button to disconnect stories as needed. + * 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 -#### Improvements and Fixes +* Updated user information is now properly displayed in Epics. + +#### Fixes -* You can now unlink feedback from a story in Epics. -* Updated user info is now properly shown in Epics. -* Fixed a display issue where primary action buttons would become inaccessible (moved off-screen) during the story creation process when using Maia with feedback items +* 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 From 84aba94e8702323051c3b0c8971e6fef5d28ddc7 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Wed, 20 Aug 2025 17:05:05 +0200 Subject: [PATCH 3/3] Changed for consistency --- content/en/docs/developerportal/app-insights/feedback.md | 2 +- .../en/docs/developerportal/project-management/epics/board.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/developerportal/app-insights/feedback.md b/content/en/docs/developerportal/app-insights/feedback.md index 792d59d2914..101c0235388 100644 --- a/content/en/docs/developerportal/app-insights/feedback.md +++ b/content/en/docs/developerportal/app-insights/feedback.md @@ -195,7 +195,7 @@ 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. - You can unlink a story by clicking its corresponding {{% icon name="unlink" %}} **unlink** button. + 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. diff --git a/content/en/docs/developerportal/project-management/epics/board.md b/content/en/docs/developerportal/project-management/epics/board.md index c4cbbc741e0..27f38c8da0e 100644 --- a/content/en/docs/developerportal/project-management/epics/board.md +++ b/content/en/docs/developerportal/project-management/epics/board.md @@ -123,7 +123,7 @@ 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 have been linked to the story. +* **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: