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

Structures formula column: how to return a specific epic's child issue (textmatch)'s status?

Googling for 2 hours gave me mixed ideas as to whether this is possible, so I thought I'd give it a go on this forum.
I'm in a company-managed cloud project.

I'm trying to add a formula-column to a structure with only epics. In a certain formula-column, I want an expression to

first retrieve any children with a certain text match, in this case "step 1", and then
to retrieve the status of that child-issue.

I know that with the formula

VALUES#children{key

I can retrieve children's data, such as keys and summary. So far, I haven't gotten much further than returning ones and zeros with formulas like

VALUES#children{status} = "In Progress"

I might be looking the completely wrong way, but I feel it should be possible somehow! Any help would be greatly appreciated.

2 answers

1 accepted

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.
Oct 19, 2023

Hello @Marijn Plat  

You can try either approach: 

1.If in your structure, issues of Epics are present under their parent epics respectively, then the formula can look like this:
if issuetype = "epic": max#children{if search("step 1", summary) : status}

2. If your structure only has Epics, then at this time it is not possible to extract any values of Issue of Epics with a formula. If this is what you need to do, please let me know if you want to be notified when it's possible - we have this feature in our backlog and we can post an update here when it's released.

Best regards,
Stepan Kholodov
Tempo

Thanks Stepan. I figured it out around the same time you typed your answer. Thanks for your time!

Like Stepan Kholodov _Tempo_ likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events