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,558,797
Community Members
 
Community Events
184
Community Groups

ALM Structure : Group by - Link Names

Edited

Hi 

This question relate to grouping in Structure

 

I have Epics in the structure (first level insert)

then I extend with 2 types of "links"

1. by epic link

2. by a specific link. ("GA Assessment" , just for the record)

I would like to see under the epic 2 groups one for each

how do I do that?

illustration:

Epic XYZ

   -- "EpicLink" (Group)

        --- Story A

        ----Story B

         --- Bug C

  --"GA Assessment" (Group)

         --- Story Z

         ---- Epic ABC

         ---- Bug B

1 answer

Hi @Stepan Kholodov [ALM Works] 

Thanks for the input

in this ticket

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Structure-Group-by-Link-Type/qaq-p/1595389

With your permission I will continue in this thread cause the issue is different from the previous one.

So I followed your instructions:

OK, so I have done what you said because I have done such in the past 

BUT something strange happens 

The "label" as you called it is a formula:

This is the formula: 

WITH GA_EPICS_ABOVE_TREE = ARRAY#ancestors{if(issuetype="epic" and epictype="GA Assessment";key)}.COMPACT().FIRST()
:
WITH LINKED_GA_EPICS = issuelinks.FILTER(x -> x.type="GA Assessment Content" and x.destination=key).MAP(x -> x.source).COMPACT().JOIN()
:
WITH IS_GA_ASSESSMENT= SEARCH(GA_EPICS_ABOVE_TREE , LINKED_GA_EPICS )
:
WITH FolderName = if(IS_GA_ASSESSMENT;"GA Assessment";"Other")
:
FolderName

what the formula does?

GA_EPICS_ABOVE_TREE - return the key of the Parent "GA Assessment" Epic above (if exists)

LINKED_GA_EPICS - returns all the keys of Epics linked to the current issue with "GA Assessment Content" link

IS_GA_ASSESSMENT - check if the Parent in the Structure is actually has a link of "GA Assessment Content" (otherwise it is "Other" kind of link)

Now here is the Strange Thing happening:

you see the "Formula" Column it has this code and as you can see it result with "GA Assessment" which is correct 

if I use it in Transformation, creating a Group in Transformation, again it works fine.

HOWEVER

The when I use the same formula in Automation Group

it does not work.

In this picture

you can see in Green that the result is correct, but in Red you can see the Automation Grouping with the same formula resulting bad.

Screenshot 2021-10-04 135416.png

P.S.
I keep the discussion here and not in email to support cause it might help others.

if this is too specific and you prefer support I will send.

10x

P.S.2:

this is the case where I didn't use Automation Group but Transformation Group

Screenshot 2021-10-04 145804.png

Stepan Kholodov [ALM Works]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Oct 04, 2021

Thank you @Avi Bachar

If I understand correctly, the formula works correctly but you get different results when using it for grouping by a generator and by a transformation. In this case, it's not obvious what could be the cause of it and we would need to investigate this matter. Please submit a support request at our portal and we'll go from there.

Best regards,
Stepan Kholodov
ALM Works

Like Dave Rosenlund _Tempo_ likes this
Dave Rosenlund _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.
Oct 04, 2021

Just in case you need it, @Avi Bachar, here's a short URL to our support portal:

https://alm.works/support


Best,

-dave [ALM Works]

10x @Dave Rosenlund _Tempo_ 
can't sign up to the site getting errors

any way I sent email to support@almworks.com

Like Dave Rosenlund _Tempo_ likes this
Dave Rosenlund _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.
Oct 04, 2021 • edited

Thanks, @Avi Bachar!  I was able to reproduce the problem and our IT team is on it. thumbs-up

I'm glad you knew about the email method :) 


UPDATE: Hi again, Avi. It turns out there's Jira Service Management (JSM) issue that probably resulted in this happening to you.

If you have previously created a JSM account on the support portal in question, JSM throws that error message — not one that says "An account with this email address already exists... etc."

The workaround is to send an email to the JSM support portal in question, as you did today, OR to select the "Forgot Password" option on the support portal login page.

I ran into the same problem you did when trying to replicate the issue myself. I used a Gmail address that I had apparently used once before to create a test support account on our system. :( 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events