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,556,047
Community Members
 
Community Events
184
Community Groups

Removing duplicates in structure

I have read comments on using the following filter Remove Inserter/Extender duplicates to remove duplicate stories and sub-tasks.  It looks like this is not available on the jira cloud.  Is there an alternative JQL I can run?

1 answer

1 accepted

1 vote
Answer accepted
David Niro _Tempo_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 10, 2023

Hello @Steve Battung ,

You are correct, the Remove Inserter/Extender duplicates filter is not yet available on Cloud.

What we typically recommend is to avoid introducing issues via your Insert Generator that you plan to introduce via an Extend Generator later on.

So for example, if you plan to use the "Issues under Epics" and "Sub-tasks" extend Generators, rather than your Insert Generator saying :

project = "Project A"

You would want to adjust it to:

project = "Project A" AND issuetype = "EPIC"

This former will pull in all issues from the project, including your Tasks and Sub-tasks, and end up being duplicated as we use Extend Generators to build the hierarchy.

The latter will only add the Epics, leading to Tasks and Sub-tasks being added to the structure by the Extend Generators for the first time.

If your scenario is a little more complex and there is no way of avoiding the introduction of duplicates, you would want to create a JQL Filter that will identify the specific issues you want removed and set the level at which you want them removed.

Please let me know if this helps.

Best,
David

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