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

Not able to remove duplicate issues from JIRA structure with Automation selected

Hi Team,

Steps -
1. Insert issues - Use filter : I get total 168 Epics in Structure with no warning
2. As soon as I do group by Epic , the no of EPic becomes 300 and it shows "99 items with duplicates" warning in the bottom. The structure rows shows the duplicates items marked with x2.
3. Then I simply do group by Project on top of it, Epic doesn't get duplicated further. However warning is now "100 items with duplicates"
4. When I remove all group rows, the Epics are back to it's no to 168 as per query.
5. Now I group based on Project only, the no of EPics remain same to 168

I don't have any other option to remove the duplicates, tried all answers on internet.

I have used from Filter -> Remove Inserter/Extender duplicates but issue persists.

My JQL query
((project = XX and status not in (Closed, Done)) or (project = YY and resolutiondate >= "2023-01-01" and resolutiondate <= "2023-03-31")) and issuetype != Epic or ((project = XX and status not in (Closed, Done)) or (project = YY and resolutiondate >= "2023-01-01" and resolutiondate <= "2023-03-31") and issuetype = Epic)

The JIRA hierarchy is

Capability
Epic
Story or Task

We are not using group by Capability. I am using formulas to calculate story points for parent and calculating no. of epics using formula.

1 answer

0 votes
Stepan Kholodov _Tempo_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 07, 2023

Hello @yogesh bhatt 

The Epics are duplicated because of the combination of the Insert generator's JQL query and grouping by Epics - Epics are first added to the top level of the structure by an inserter and then again they are added above their issues by the grouper. To avoid this from happening, we recommend to build the structure ins a different way.

For example, you can start by adding all Epics by an Insert generator first and then to add an Extend generator for adding all of Epics' issues underneath them. Or you can exclude Epics from the Insert generator's JQL query and still use the Group by Epic generator.

I hope this helps. If you have other questions, please reach out to us directly at our support portal and we'll get back to you shortly.

Best regards,
Stepan Kholodov
Tempo

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events