diff --git a/content/en/docs/developerportal/project-management/epics/board.md b/content/en/docs/developerportal/project-management/epics/board.md index 780bf6994cd..ddc57f5a500 100644 --- a/content/en/docs/developerportal/project-management/epics/board.md +++ b/content/en/docs/developerportal/project-management/epics/board.md @@ -93,32 +93,34 @@ In the upper-right corner, you can click **Copy Link** ({{% icon name="hyperlink The story details dialog box shows the following items: -* **Description** – This is the description of the story: - * You can edit the description of the story by clicking **Edit Description** and making changes in the WYSIWYG editor. The editor supports different text formats, including code blocks. - * You can link a story in the editor by typing *#* and the story title, then selecting the story from the list. - * You can type a person in the editor by typing *@*, and the person's name, then selecting the person from the list. Once you save the story, the system sends a notification to the tagged person. +* **Title** – Add a short and descriptive title for the story. This field is mandatory. -* **Created by** – This shows the person who created the story. +* **Description** – The story's description, which you can add or edit. The editor supports different text formats, including code blocks. + You can link a story in the editor by typing *#* and the story title, then selecting the story from the list. + +* **Tagged People** – You can tag team members by selecting them from this drop-down list. Once you save the story, the system sends a notification to the tagged people. -* **Assign to** – You can assign the story to anybody who can access the app in [Projects](https://projects.home.mendix.com/). +* **Assign To** – You can assign the story to anybody who can access the app in [Projects](https://projects.home.mendix.com/). * **Status** – You can set the status to any of the category/swimlane names on the **Board** and **Planning** pages. -* **Tasks** – All the tasks are listed. - * You can add a task by clicking **+ Add Task**. - * You can move a task upwards or downwards by dragging it around. +* **Tasks** – All the tasks are listed. + You can add a task by clicking **+ Add Task**. + You can move a task upwards or downwards by dragging it around. * **Story Type** – You can set the story type to **Bug** or **Feature**. * **Linked Epic** – You can select an epic from the drop-down list. -* **Tags** – You can add or remove tags. - * You can create a new tag by typing the tag in the text box and clicking **Create new "[tag name]"**. - * You can [manage tags](/developerportal/project-management/epics/planning/#manage-tags) by clicking **Settings** ({{% icon name="cog" %}}) at the end. +* **Tags** – You can add or remove tags. + You can create a new tag by typing the tag in the text box and clicking **Create new "[tag name]"**. + You can [manage tags](/developerportal/project-management/epics/planning/#manage-tags) by clicking **Settings** ({{% icon name="cog" %}}) at the end. * **Story Points** – You can set the story points to an integer. -* **Attached Files** – You can add attached files by clicking **+**. +* **Add Files** – Attach files by dragging and dropping, or by clicking the **+** button. + +* **Attached Files** – All attached files are displayed in this section. You can download or remove each of them. * **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. @@ -146,9 +148,11 @@ The story details dialog box shows the following items: {{< figure src="/attachments/developerportal/project-management/epics/board/audit-trail.png" class="no-border" >}} -* **Revision** – This shows the revision history of a story. This feature is only available for apps that use Git for version control. +* **Revisions** – This shows the revision history of a story. This feature is only available for apps that use Git for version control. + +* **Created by** – This shows the person who created the story. -* **Comment** – You can type your comment in the text box, then click **Post Your Comments** to save and post the comment. +* **Comment** – Type your comment in the text box, and select people you want to tag from the **Tag People** drop-down list. Once done, click **Post Your Comment** to save and post the comment. You can sort the comments by clicking the **Newest** or **Oldest** button. {{% alert color="info" %}}You can also edit the story in this story details dialog box. If you make any changes, click **Save Story** at the bottom to save it.{{% /alert %}} diff --git a/content/en/docs/releasenotes/developer-portal/2026.md b/content/en/docs/releasenotes/developer-portal/2026.md index 26b91e833ef..16397ed7370 100644 --- a/content/en/docs/releasenotes/developer-portal/2026.md +++ b/content/en/docs/releasenotes/developer-portal/2026.md @@ -8,6 +8,17 @@ weight: 1 ## August 2026 +### August 13, 2026 + +#### New Features + +* You can now tag team members in stories and comments by using dedicated drop-down lists. To do that, use the following options in the story details window: + + * The **Tagged People** drop-down list allows you to select team members to tag at the story level. This replaces the previous way of tagging people directly in the rich text editor. + * The **Tag People** drop-down list allows you to tag team members at the comment level. + + For more information, refer to [Story Details](/developerportal/project-management/epics/board/#story-details). + ### August 6, 2026 #### Improvements diff --git a/layouts/partials/landingpage/latest-releases.html b/layouts/partials/landingpage/latest-releases.html index b73a94197da..eddcf42fe89 100644 --- a/layouts/partials/landingpage/latest-releases.html +++ b/layouts/partials/landingpage/latest-releases.html @@ -10,7 +10,7 @@
August 6, 2026
+August 13, 2026