Structure: How to remove duplicate stories

Steven Nguyen December 3, 2019

Hi,

I'm new to structure. In our board, we are using the Epic, Feature, and Story issues. My hierarchy is adding duplicate stories (example shown below). How do I remove this? I've tried inserting the filter to 'remove inserter/extender duplicates' but have no luck removing them. I've also attached a picture the current set up.

Current:

- Epic

    -Feature (shows under Epic level)

        -Story (shows under Feature level)

    -Story-Duplicates (shows under Epic level; similar to the Feature)

 

What I want:

- Epic

    -Feature (shows under Epic level)

        -Story (shows under Feature level)Snippet.PNG

 

2 answers

1 accepted

1 vote
Answer accepted
Stepan Kholodov _ALM Works_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
December 4, 2019

Hello Steven,

It looks like Stories are double-linked and have both the Epic link and the Feature link in them. So Stories are added to the structure one time by the 'Stories Under Epics' extend generator and second time by the Linked Issues(Feature Link) extend generator.
The 'Remove Inserter/Extender Duplicates' filter applies only in one particular scenario when an issue is added first by an Insert generator and then added again by an extender. It doesn't work when an issue is added by two extenders or in any other cases.

To build the structure you need we would recommend to remove the Epic link from Stories or to keep the Epic link but to use a different link type to link Features with Epics(and use another extender configured for this link type). The link can also be of the 'Feature Link' type, in this case, you will only need one extender that will add both Features and Stories to the structure and the hierarchy you want will be created as a result.

I hope this helps. Please feel free to contact us at support.almworks.com if you need any further assistance.

Best regards,
Stepan Kholodov
ALM Works

Steven Nguyen December 5, 2019

Hi Stephan,

Thank you for the information. I followed your steps and was able to come up with something close to the hierachy that I want (with some substitutions). The followed the procedure below.

1. Added the "extend linked issues, story to feature" function

2. Added the "insert JQL Query, issuetype = feature" function

3. Added the "insert JQL Query, issuetype = epic" function

 

This would result in showing the Epic and having a "break" between the Epic and Feature level. The feature level now shows stories linked to it and no duplicated stories were added. By including the Epic Link column, this helps us distinguish Features to their corresponding Epics.

 

-Epic

(Break)

-Feature

    -Story

0 votes
Thomas Magny-Garcia
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.
December 3, 2019

Hi @Steven Nguyen 
I don't think it is possible to create the structure you want : the Epic issue may be a container for other issues, I guess Story and Feature are the same native type and they may be a container only for sub-tasks.
However, you may create links between issues like "is related to" to create a kind of a hierarchy :

- Epic

     - Feature

     - Stories (with a link to Feature)

            - Sub-tasks

 

Hope it helps !

Suggest an answer

Log in or Sign up to answer