Subitem -> inherit main subitem name

Any possibilities to make subitem inherit the main item name?

This is an issue for us too. It makes it very difficult to link dependencies between subitems when the subitem names tend to be similar between different main items. It would be helpful to include the group and main item name to determine where the subitems belong.

Another place this causes confusion for our team is when there are notifications on subitems. It is hard to tell what group it is referencing on the notification. You have to click on the link to the subitem, so that it opens and makes the main item and group visible. This just seems clunky for our users, and they would prefer to have board, group, and main item names visible on the breadcrumbs.

1 Like

This is a frustrating issue for us as well… exactly what chalwais said!

@chalwais Did Monday.com ever resolve this issue? We are wondering too if there is an easy way to see which project/name a subitem belongs to.

I really need this feature.
I break down my tasks into subitem tasks.
I’m always in ‘My Work’ page and when it just shows subitem, I have no idea which parent task this relate to. I have to click through to the original board where the subitem is listed and when my board has over 100 tasks, many with similar subitems, it’s really hard to find the one that’s due today.

hi @VilleTurkkinen @joycewong

Yes, this can be done using Make.

You can set up Make to trigger whenever a subitem is created. When that happens, Make will automatically read the parent item’s name and update the subitem name to match it (or include it, depending on your preference).

This way, every subitem will automatically inherit the main item name without needing to rename them manually.

As a complimentary, here is our magic link to get 1 Month Pro plan free (10,000 operations)
https://www.make.com/en/register?pc=msquare

If you need any implementation support kindly contact us

MSquare Support
Visit us here
Youtube Channel

Hi @VilleTurkkinen,

We actually built an app that solves this exact use case — automatically naming subitems based on their parent item name.

With Subitem Automations, you can:

  1. Add the parent item name as a prefix or suffix when a subitem is created, or when its status changes
  2. Keep subitem names clear and unique across boards
  3. Avoid confusion when working with dependencies, notifications, or external tools

This helps keep subitem names clear, unique, and easy to identify across boards.

Hope this helps! And if you have any questions, feel free to reach out to us directly at hello@fantasymedia.io

@VilleTurkkinen

You can do this seamlessly with workflows.

Create a Workflow Builder with the following blocks:

  1. Trigger: When subitem is created.
  2. Get item data
  3. Change column value (name to Item’s name).

See picture.