Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions content/en/docs/developerportal/project-management/epics/board.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
NicoletaComan marked this conversation as resolved.
Comment thread
NicoletaComan marked this conversation as resolved.

* **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.
Expand Down Expand Up @@ -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 %}}
Expand Down
11 changes: 11 additions & 0 deletions content/en/docs/releasenotes/developer-portal/2026.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/landingpage/latest-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/">Projects</a>
<p class="rn-date">August 6, 2026</p>
<p class="rn-date">August 13, 2026</p>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
Expand Down