Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,110
Community Members
 
Community Events
184
Community Groups

How can I group similar tasks?

I'm a Agile Coach into a company, and now I'm brighing Jira Software to another area. 
This area need to group similar tasks (this tasks are created automatically by email).
There is some automation that I can use to make this happing?

1 answer

1 vote
G subramanyam
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 15, 2023

Hi @Leandro Santos welcome to the Atlassian community.

The answer to your query depends on many factors and inputs. I would request you to explore this Jira automation link to start testing and implementation.

@G subramanyam thank for your time!

I'll bring more details about this issue.

I made a configuration into Jira, where all emails received into a mailbox, automatically become a task on my board. And many times users send the same email two, three, four times, polluting my board with unnecessary tasks.

Therefore, I thought to create a automation that would compare subject, reporter and task description and group all the same tasks into the first one.

I google it, seached on community, and didnt find nothing like that.

And sorry for my poor english.

Like G subramanyam likes this
G subramanyam
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 15, 2023

Thank you for sharing details surrounding the query. Kindly tweak the below automation per your project, deployed plugins and board links which should help you:

 

Trigger:
- When: Issue created
- Issue matches: Project = Your Project

Conditions:
- Compare: Reporter and Summary with JQL
- JQL: "project = Your Project AND reporter = '{{issue.reporter}}' AND summary ~ '{{issue.summary}}'"

Actions:
- Group issues
- Group by: Key
- Compare: Summary and Description
- Fields to update: Leave this blank or specify any fields you want to update on the grouped task

 

Anytime a new issue is created in your project, this rule checks for an existing tasks with the same reporter and similar summary. If matches are found, it will group the new issue with the existing tasks, based on the specified comparison fields.

Many thanks @G subramanyam !
I think that we're almost there!
But I need that Jira trigger search the current reporter (the same reporter from the newly opened tasks) on the automation. The JQL that you described, I need to inform the reporter, right? 

Like G subramanyam likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events