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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I created a column that gives me the number of days of effort left on a task based on the remaining estimate field. this is working great. i am summing over subitems so that i can tell for the parent groupings i creating how may days of effort are left for the overall period.
the problem i am running into is that if the remaining estimate is filled out on a subtask, it also disaplys on the parent, which is then summed and doubling the data
example:
one task A with a subtask of B
subtask of B has 24hs (3days)
this shows on the parent task as well (just how jira works) so task A has 24hrs as well (3days)
this means that in structure, task A shows 6 days when really there is only 3 days of work left.
how do i fix this? I want to see that April-May 2023 only has 3 days of effort left.
i think i may have found a change that works by adding to my IF statement "if issuetype != subtask" - still investigating and open to any other suggestions
@Lexi , this would be my suggestion as well. Is it working for you?
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.