Fold/unfold only the div I select?

Fold/unfold only the div I select?

Greetings,

I am a newbie who just started with jQuery. I am building a basic PHP app for our team that displays a list of open helpdesk tickets.

To avoid cluttering the screen, I only want to display the title of the ticket and if clicked, its description. I have attached my code in a text file

Right now, my code works but unfolds all the divs for all open tickets, regardless of what ticket name I clicked.

Ideally, I'd like to show the description of for the ticket name I clicked. Not all of them. Is it possible?

Thanks for your help.