Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Consolidating multiple card titles into the description box of one card

Ed Schutte
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 22, 2025

Is there a way I could take all of the card titles from all of the cards in a given list (or with a given label) and put/paste those titles into the description of one card? Sometimes I get long lists and I want to consolidate the multiple cards into one card in this way. please help.

2 answers

1 vote
DiMaggio Tucci
Community Champion
November 25, 2025

@Ed Schutte 

 

I think what @Mike - Dreamsuite Consulting suggested is probably better than putting it in the description.

 

However, if you absolutely need it in the description, I think this is possible to do.

My thought would be to loop through each card in the list and add the title to the description by using:

for each card in the list

find the card you want to write the description to

set the description to

{foundcarddescription}

{multipliercardname}

 

This takes the existing card description and appends the current card's name to it, and this is done for each card thanks to the "for each" automation.

 

But, again, I like the checklist idea better. This is just in case anyone literally requires it be in the description.

I also did not test this; it's more of an idea.

Mike - Dreamsuite Consulting
Community Champion
November 25, 2025

This would work well if the trigger is "when a card is added to list" (you could add other filters like labels etc...

It would look a bit different though:

When a card is added to "List A", find the card "List A Summary" and set the card description to {carddescription}\n {triggercardname}

Note: You don't need to use {foundcarddescription} because the find card cascade function changes the focus of the action to that card already 

Like DiMaggio Tucci likes this
Ed Schutte
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 27, 2025

 

Thank you all! I tested the "set card description" function . .and it worked! Here is my bonus question. . . .lets say, I wanted to do something similar, except this time, I wanted to merge all of the card descriptions from multiple cards into the card description of one card. . how could I do this?

 

0 votes
Mike - Dreamsuite Consulting
Community Champion
November 22, 2025

Hi @Ed Schutte 

 

You can use an automation to consolidate all cards in a list into a checklist, if that is helpful?

Screenshot 2025-11-23 14.52.05.png

Screenshot 2025-11-23 14.52.12.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events