Skip to content

Commit bab2b90

Browse files
committed
Added docs + RN
1 parent eb91688 commit bab2b90

File tree

5 files changed

+86
-24
lines changed

5 files changed

+86
-24
lines changed

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

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After a user reports feedback in the app using the feedback widget, they get an
3737
* Submission date
3838
* Last activity on the feedback
3939

40-
##### What a User Can See on the Page
40+
##### What a User Cannot See on the Page
4141

4242
* Metadata
4343
* Summary of the feedback that your team wrote
@@ -149,8 +149,9 @@ The **Feedback** tab shows the following items:
149149
* **Copy Link** ({{% icon name="hyperlink" %}}) – Click this button to copy the URL to the feedback. You can send the URL to other people.
150150
* **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) – Click this button to open a menu with the following items:
151151
* **Move** – Click this button to move the 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.
152-
* **Create Story** – If your app is connected to [Epics](/developerportal/project-management/epics/) or [Jira](/developerportal/project-management/jira-connector/), clicking this button converts the feedback to a story on the designated board in Epics or Jira. Once the story is created, clicking this button brings you to the story on the board right away.
153-
* **Delete** – Click this button to removee the feedback permanently from **Feedback**. The result is irreversible.
152+
* **Create Story** – If your app is connected to [Epics](/developerportal/project-management/epics/) or [Jira](/developerportal/project-management/jira-connector/), clicking this button converts the feedback to a story on the designated board in Epics or Jira. Once the story is created, clicking this button brings you to the story on the board right away.
153+
You can also create feedback-based stories using Maia. For details, refer to the [Creating Stories with Maia](#create-with-maia) section.
154+
* **Delete** – Click this button to remove the feedback permanently from **Feedback**. The result is irreversible.
154155

155156
* **Last activity** – This shows when the last edit to the feedback was made.
156157

@@ -197,6 +198,24 @@ The **Feedback** tab shows the following items:
197198

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

201+
#### Creating Stories with Maia {#create-with-maia}
202+
203+
You can use Maia to create a story based on one or more feedback items. To do that, follow these steps:
204+
205+
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.
206+
2. Select a feedback item from the list.
207+
3. Click **Create Story**. The **Create Story** window is displayed.
208+
4. Click {{% icon name="sparkles" %}}**Create with Maia**. The **Create Story with Maia** window is displayed.
209+
5. Check the suggested story description.
210+
If you do not agree with the suggestion, click **Regenerate Response** to obtain a different suggestion.
211+
If you agree with the suggestion, click **Apply to Story**.
212+
6. Check Maia's suggestions for the **Title**, **Type**, **Sprint**, and **Epic** fields, and edit them if necessary.
213+
7. Click **Create Story**.
214+
215+
A banner at the bottom of the window shows you that the story has been created. You can click **Open** to access the story on the **Planning** page.
216+
217+
You can select several feedback items to create a story based on all of them.
218+
200219
### Reporter Comments Tab {#contact-reporter}
201220

202221
The **Reporter Comments** tab allows you to read messages from the reporter and reply to them. Whenever the reporter sends a message, it is shown in this section. Once you reply to a message from the reporter, they receive an email. When multiple feedback items are linked, the system only sends an email to the reporter of this specific feedback item, not other associated feedback items in the same group.
@@ -209,7 +228,7 @@ From the [feedback details](#feedback-details) page, you can manage tags by clic
209228

210229
{{< figure src="/attachments/developerportal/app-insights/feedback/tag-management-settings.png" alt="tag management setting" >}}
211230

212-
To create a new tag, do as follows:
231+
To create a new tag, follow these steps:
213232

214233
1. Click **Add Tag**. A text box appears, with a colored circle indicating the color of the new tag.
215234
2. In the text box, enter the name of the new tag.

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

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,35 @@ The **Board** page gives an overview of all the stories that your team is curren
1010

1111
In the upper-right corner of the page, you can find the following items:
1212

13-
* **Create Story** – Enables you to create a new story.
14-
You can also use **Maia Create User Story**, an AI-assisted tool, to create a user story for you. To access it, click **Create Story**, then choose the **Create with Maia** option.
15-
Note that this option is disabled by default. To enable it, open the **Settings** by clicking the **...** button next to **Create Story**, then, on the **Mendix AI Assistance** tab, toggle the option on. Only Scrum Masters can modify this setting.
13+
* **Create Story** — Enables you to create a new story.
14+
You can also use Maia to create a story. Refer to the [Creating and Refining Stories with Maia](#create-with-maia) section.
1615

17-
* **Create Epic** – Enables you to create a new epic.
16+
* **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) — Clicking this displays the following options:
1817

19-
* **Settings** — Enables you to configure board settings, as follows:
18+
* **Create Epic** — Enables you to create a new epic.
19+
* **Settings** — Enables you to configure board settings, as follows:
2020

21-
* Configure tags.
22-
* Switch between the Scrum and Kanban board types.
23-
* Configure toast notifications.
24-
* Choose whether to use Maia in Epics.
21+
* Configure tags.
22+
* Switch between the Scrum and Kanban board types.
23+
* Configure toast notifications.
24+
* Choose whether to use Maia in Epics.
2525

26-
* 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.
26+
* 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.
27+
28+
## Creating and Refining Stories with Maia {#create-with-maia}
29+
30+
Follow these steps to create a story with Maia:
31+
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 settings.{{% /alert %}}
37+
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**. The **Maia Create Story** window is displayed.
38+
3. Enter your input, then click **Generate Story**.
39+
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.
40+
41+
To refine an existing story using Maia, open it, and click **Refine with Maia** ({{% icon name="sparkles" %}}).
2742

2843
## Swimlanes {#swimlane}
2944

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ In the upper-left corner of the page, you can use the search box to search stori
3131
In the upper-right corner of the page, you can see two buttons:
3232

3333
* **Create Story** – Clicking this enables you to create a new story.
34-
You can also use **Maia Create User Story**, an AI-assisted tool, to create a user story for you. To access it, click **Create Story**, then choose the **Create with Maia** option.
35-
Note that this option is disabled by default. To enable it, open the **Settings** by clicking the **...** button next to **Create Story**, then, on the **Mendix AI Assistance** tab, toggle the option on. Only Scrum Masters can modify this setting.
34+
You can also use Maia to create a story. Refer to the [Creating and Refining Stories with Maia](#create-with-maia) section.
3635

37-
* **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) – Clicking this shows the following options:
36+
* **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) – Clicking this displays the following options:
3837
* **Create Epic** – This enable you to create an epic.
3938
* **Edit Sprint** (only available for [a Scrum workflow](#scrum-planning)) – This enables you to edit the current Sprint.
4039
* **End Sprint** (only available for [a Scrum workflow](#scrum-planning)) – This enables you to the current Sprint.
@@ -44,7 +43,22 @@ In the upper-right corner of the page, you can see two buttons:
4443
* **Board Settings** – Clicking this enables you configure the board settings.
4544
* For more information, see the [Board Settings](#settings) section.
4645

47-
### Selecting, Moving, Archiving, and Deleting Stories
46+
## Creating and Refining Stories with Maia {#create-with-maia}
47+
48+
Follow these steps to create a story with Maia:
49+
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 settings.{{% /alert %}}
55+
2. Click **Create Story**, then click {{% icon name="sparkles" %}}**Create with Maia**. The **Maia Create Story** window is displayed.
56+
3. Enter your input, then click **Generate Story**.
57+
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.
58+
59+
To refine an existing story using Maia, open it, and click **Refine with Maia** ({{% icon name="sparkles" %}}).
60+
61+
## Selecting, Moving, Archiving, and Deleting Stories
4862

4963
To select a story, select the checkbox for the story when the mouse pointer becomes a pointing hand:
5064

content/en/docs/mendix-portal/maia-portal.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Maia in Mendix Portal"
33
url: /maia-mx-portal/
44
description: "Provides information on Maia options in Mendix Portal."
55
weight: 4
6-
aliases:
7-
- /global-navigation/#maia-mx-portal
86
---
97

108
## Introduction
@@ -17,10 +15,19 @@ Mendix AI Assistance (Maia) refers to Mendix Platform capabilities that leverage
1715

1816
These are the tasks you can achieve with Maia in Mendix Portal:
1917

20-
* **Maia Chat** – A built-in chat interface. For more information, refer to [Maia Chat](#maia-chat).
21-
* **Maia Rewrite** – An AI-assisted writing aid integrated within the Mendix Community posting interface, which helps you ask properly formatted questions that are more likely to be answered. For more information on how to use it, refer to the [Asking Your Question](/community-tools/mendix-community/#asking-question) section in *Mendix Community*.
22-
* **Maia Summarize** – An AI-assisted summarizing aid which condenses lengthy discussions for a question posted on Mendix Community into key points, making it easier for you to find solutions to your questions without having to plough through every single answer in the thread. For more information on how to use it, refer to the [Question Details](/community-tools/mendix-community/#question-details) section in *Mendix Community*.
23-
* **Maia Create User Story** – An AI-assisted tool that helps you easily create stories in [Epics](/developerportal/project-management/epics/) through the [Board](/developerportal/project-management/epics/board/) or the [Planning](/developerportal/project-management/epics/planning/) page.
18+
* **Maia Chat** — A built-in chat interface. For more information, refer to [Maia Chat](#maia-chat).
19+
* **Maia Rewrite** — An AI-assisted writing aid integrated within the Mendix Community posting interface, which helps you ask properly formatted questions that are more likely to be answered. For more information on how to use it, refer to the [Asking Your Question](/community-tools/mendix-community/#asking-question) section in *Mendix Community*.
20+
* **Maia Summarize** — An AI-assisted summarizing aid which condenses lengthy discussions for a question posted on Mendix Community into key points, making it easier for you to find solutions to your questions without having to plough through every single answer in the thread. For more information on how to use it, refer to the [Question Details](/community-tools/mendix-community/#question-details) section in *Mendix Community*.
21+
* **Create Story with Maia** — An AI-assisted tool that helps you easily create stories. This option is available in the following places:
22+
23+
* On the [Board](/developerportal/project-management/epics/board/) page
24+
* On the [Planning](/developerportal/project-management/epics/planning/) page
25+
* On the [Feedback](/developerportal/app-insights/feedback/#create-with-maia) page
26+
27+
* **Refine Story with Maia** — An AI-assisted tool that allows you to refine a previously created story with the help of Maia. This option is available for stories in the following places:
28+
29+
* On the [Board](/developerportal/project-management/epics/board/) page
30+
* On the [Planning](/developerportal/project-management/epics/planning/) page
2431

2532
## Maia Chat {#maia-chat}
2633

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

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

2222
## 2025
2323

24+
### July 31, 2025
25+
26+
#### New Features
27+
28+
* You can now use Maia to create stories based on feedback. This helps clarify and expand on feedback items, turning them into actionable stories.
29+
For details, refer to the [Creating Stories with Maia](/developerportal/app-insights/feedback/#create-with-maia) section in *Feedback*.
30+
2431
### July 27, 2025
2532

2633
#### Improvements

0 commit comments

Comments
 (0)