You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Stepan. I figured it out around the same time you typed your answer. Thanks for your time!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.