Skip to content

Commit 4497825

Browse files
committed
Incorporated changes from PR #10085
1 parent 10ec1ef commit 4497825

5 files changed

Lines changed: 31 additions & 14 deletions

File tree

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

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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 feedback item:
6565

6666
* **ID** – the unique number that is assigned to the feedback
6767
* **Subject** – the title of the feedback given by the reporter
@@ -103,21 +103,21 @@ If you select feedback, you can see the following items:
103103

104104
{{% alert color="info" %}}When you open a linked feedback, you can click **Make [the linked feedback] the Primary feedback** to make this feedback the primary feedback of the feedback group instead.{{% /alert %}}
105105

106-
* **Move** – Clicking this moves the selected feedback to any other app of which you are a member. Whenever you move feedback, you also move all linked feedback. If you only want to move one feedback item, you need to unlink the feedback from the group first.
106+
* **Move** – Clicking this moves the selected feedback item to any other app of which you are a member. Whenever you move feedback, you also move all linked feedback. If you only want to move one feedback item, you need to unlink the feedback from the group first.
107107

108-
* **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.
108+
* **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 item to stories on the designated board in Epics or Jira.
109109

110-
* Status drop-down list – You can select a status from the drop-down list and then click **Apply** to change the status of the selected feedback.
110+
* Status drop-down list – You can select a status from the drop-down list and then click **Apply** to change the status of the selected feedback item.
111111

112-
* **Archive** – Clicking this sets the selected feedback as archived.
112+
* **Archive** – Clicking this sets the selected feedback item as archived.
113113

114-
* **Delete** – Clicking this deletes the selected feedback permanently. The result is irreversible.
114+
* **Delete** – Clicking this deletes the selected feedback item permanently. The result is irreversible.
115115

116116
## Archive {#archive}
117117

118118
On the **Archive** tab, everyone in your team can view all the archived feedback.
119119

120-
In the list on the **Archive** tab, you can find the following information for each feedback:
120+
In the list on the **Archive** tab, you can find the following information for each feedback item:
121121

122122
* **ID** – the unique number that is assigned to the feedback
123123
* **Subject** – the title of the feedback given by the reporter
@@ -159,7 +159,9 @@ The **Feedback** tab shows the following items:
159159

160160
* **Priority** – This shows the priority that the feedback has.
161161

162-
* **Status** – This is the status of the feedback. There are two default statuses: **New** and **Closed**. Whenever feedback arrives in the app, it is set to **New**. When you close feedback, it is set to **Closed** and moved to the **Archived** page. You can also add custom statuses by clicking **Settings** ({{% icon name="cog" %}}) and adding the new statuses in the new dialog box. Custom statuses can only be used for feedback items that are not archived. You can filter your feedback based on the status.
162+
* **Status** – This is the status of the feedback. There are two default statuses: **New** and **Closed**. Whenever feedback arrives in the app, it is set to **New**. When you close feedback, it is set to **Closed** and moved to the **Archived** page.
163+
You can add custom statuses by clicking **Manage Statuses** ({{% icon name="cog" %}}) and adding the new statuses in the dialog box. Custom statuses can only be used for feedback items that are not archived. You can filter your feedback based on the status.
164+
You can edit the default status name by clicking **Manage Statuses** ({{% icon name="cog" %}}), then clicking the status name.
163165

164166
* **Tags** – These are the tags assigned to the feedback. You can select a tag from the drop-down list or create new tags by typing the tag name inside the text box and then clicking **create [the tag name]**. A tag should contain maximum 50 characters. You can assign multiple tags.
165167

@@ -212,7 +214,9 @@ You can use Maia to create a story based on one or more feedback items. To do th
212214
1. Enable Maia in the app [Settings](/developerportal/collaborate/general-settings/#maia-settings) page.
213215
2. Select a feedback item from the list.
214216
3. Click **Create Story**. The **Create Story** window is displayed.
215-
4. Click {{% icon name="sparkles" %}}**Create with Maia**. The **Create Story with Maia** window is displayed.
217+
4. Click {{% icon name="sparkles" %}}**Create with Maia**.
218+
If Maia is enabled, the **Create Story with Maia** window is displayed.
219+
If Maia is not enabled, you are given the option to activate it on the spot, from the **Enable Maia** window.
216220
5. Check the suggested story description.
217221
If you do not agree with the suggestion, click **Regenerate Response** to obtain a different suggestion.
218222
If you agree with the suggestion, click **Apply to Story**.

content/en/docs/developerportal/project-management/epics/board.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ In the upper-right corner of the page, you can find the following items:
2929
Follow these steps to create a story with Maia:
3030

3131
1. Enable Maia in the app [Settings](/developerportal/collaborate/general-settings/#maia-settings) page.
32-
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**. The **Maia Create Story** window is displayed.
32+
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**.
33+
If Maia is enabled, the **Create Story with Maia** window is displayed.
34+
If Maia is not enabled, you are given the option to activate it on the spot, from the **Enable Maia** window.
3335
3. Enter your input, then click **Generate Story**.
3436
4. Check the suggestion provided by Maia. You can click **Apply to Story** if you agree with the suggestion, or you can choose to regenerate it.
3537

content/en/docs/developerportal/project-management/epics/planning.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ In the upper-right corner of the page, you can see two buttons:
4848
Follow these steps to create a story with Maia:
4949

5050
1. Enable Maia in the app [Settings](/developerportal/collaborate/general-settings/#maia-settings) page.
51-
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**. The **Maia Create Story** window is displayed.
51+
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**.
52+
If Maia is enabled, the **Create Story with Maia** window is displayed.
53+
If Maia is not enabled, you are given the option to activate it on the spot, from the **Enable Maia** window.
5254
3. Enter your input, then click **Generate Story**.
5355
4. Check the suggestion provided by Maia. You can click **Apply to Story** if you agree with the suggestion, or you can choose to regenerate it.
5456

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

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

2222
## 2025
2323

24-
### September xx, 2025
24+
### September 11, 2025
2525

2626
#### New Features
2727

28-
* We have added a new section to the app **Settings** page, namely [Maia Settings](/developerportal/collaborate/general-settings/#maia-settings). This consolidates and replaces the **Mendix AI Assistance** sections which were previously available in the **Board**, **Planning**, and **Feedback** settings. Now, you can enable Maia assistance for your app from one unified location.
28+
* We have added a new section to the app **Settings** page, namely [Maia Settings](/developerportal/collaborate/general-settings/#maia-settings). This consolidates and replaces the **Mendix AI Assistance** sections which were previously available in the **Board**, **Planning**, and **Feedback** settings. Now, you can enable and disable Maia assistance for your app from one unified location.
29+
* You can now enable Maia directly while creating a story.
30+
When you click **Create Story with Maia** in the **Create Story** window, we check whether Maia is enabled. If it is not, you are given the option to enable it on the spot. While doing that, you can provide a **Project Description** to help Maia understand the app context and provide better suggestions.
31+
* You can now edit the name of the **To Do** and **Done** swimlanes on the **Board** page.
32+
* You can now edit the default status names for feedback items.
33+
34+
#### Fixes
35+
36+
* We have fixed an issue where the tag selector drop-down menu was not displayed.
37+
* We have fixed the responsiveness of the bulk actions bar on the **Planning** page.
2938

3039
### August 31, 2025
3140

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">September 1, 2025</p>
13+
<p class="rn-date">September 11, 2025</p>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>

0 commit comments

Comments
 (0)