Skip to content

Commit ee7cb26

Browse files
Merge pull request #10065 from mxfmg1982/patch-10
Project Maia Settings
2 parents 3ecf422 + 4497825 commit ee7cb26

6 files changed

Lines changed: 48 additions & 28 deletions

File tree

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

Lines changed: 14 additions & 10 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

@@ -209,10 +211,12 @@ The **Feedback** tab shows the following items:
209211

210212
You can use Maia to create a story based on one or more feedback items. To do that, follow these steps:
211213

212-
1. Enable Maia in **Feedback**. To do that, access the {{% icon name="cog" %}}**Settings** menu, and toggle on the Maia option on the **Mendix AI Assistance** tab.
214+
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/general/settings/_index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,23 @@ On the **Project Management** tab, you can select your team's planning tool for
130130

131131
If you manage your projects in Jira, you can connect your apps in **Apps** to Jira. For more information, see [Jira Connector](/developerportal/project-management/jira-connector/).
132132

133-
{{< figure src="/attachments/developerportal/general/settings/story-switcher.png" width="700" class="no-border" >}}
133+
## Maia Settings {#maia-settings}
134+
135+
{{% alert color="info" %}}
136+
Only users with the **App Settings** permission can toggle this setting.
137+
{{% /alert %}}
138+
139+
The **Maia Settings** tab allows you to enable or disable Maia features for your app.
140+
141+
When you enable Maia, you are prompted to provide a description for your project. That way, the Mendix AI assisted responses will be more accurate and more relevant to your app.
134142

135143
## History {#history}
136144

137145
{{% alert color="info" %}}
138146
Only users with the **App Settings** permission can view the history.
139147
{{% /alert %}}
140148

141-
The **History** tab presents the collaboration actions for the app. On this page, you can see what change was made, who performed it, and when it occurred:
142-
143-
{{< figure src="/attachments/developerportal/general/settings/history.png" width="700" class="no-border" >}}
149+
The **History** tab presents the collaboration actions for the app. On this page, you can see what change was made, who performed it, and when it occurred.
144150

145151
When you select a history item and click **Show item**, the details of the story, Sprint, or [feedback item](/developerportal/app-insights/feedback/) are displayed.
146152

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,17 @@ In the upper-right corner of the page, you can find the following items:
2121
* Configure tags.
2222
* Switch between the Scrum and Kanban board types.
2323
* Configure toast notifications.
24-
* Choose whether to use Maia in Epics.
2524

2625
* Search box — You can search stories based on story title, tags, epic name, assignee (including unassigned stories), and story ID. You can use the search box in combination with the filter.
2726

2827
## Creating and Refining Stories with Maia {#create-with-maia}
2928

3029
Follow these steps to create a story with Maia:
3130

32-
1. Enable Maia in Epics. To do that:
33-
34-
1. Click the **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) button and select **Settings**.
35-
2. On the **Mendix AI Assistance** tab, toggle the option on.
36-
{{% alert color="info" %}}Only Scrum Masters can modify this setting.{{% /alert %}}
37-
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**. The **Maia Create Story** window is displayed.
31+
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**.
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.
3835
3. Enter your input, then click **Generate Story**.
3936
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.
4037

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ In the upper-right corner of the page, you can see two buttons:
4747

4848
Follow these steps to create a story with Maia:
4949

50-
1. Enable Maia in Epics. To do that:
51-
52-
1. Click the **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) button and select **Settings**.
53-
2. On the **Mendix AI Assistance** tab, toggle the option on.
54-
{{% alert color="info" %}}Only Scrum Masters can modify this setting.{{% /alert %}}
55-
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**. The **Maia Create Story** window is displayed.
50+
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**.
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.
5654
3. Enter your input, then click **Generate Story**.
5755
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.
5856

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

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

2222
## 2025
2323

24+
### September 11, 2025
25+
26+
#### New Features
27+
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.
38+
2439
### August 31, 2025
2540

2641
#### 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">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)