Structure for Jira custom column

sh0716_lee February 13, 2020


Hello. In my Structure, I would like to add a column that displays a value from the task's siblings issue. Is it possible to do this as a custom column in Structure?

For example:

Issue A has children issue a, b, c
A has a custom field called Total 'workload'
if each issue has workload data like below


A Total workload : 90 (I would like to display like this)
    a workload : 10
    b workload : 20
    c workload : 30
B Total workload : 90
    d workload : 10
    e workload : 20

I would like to display A's Total workload value not 60(a+b+c) but 90 (a+b+c+d+e : add siblings's children workload)
And Also B's total workload not 30(d+e) but 90(a+b+c+d+e : add siblings's children workload)


PS : I tried to get value A Total workload using A's parent's Total workload, but it is not possible.

Thanks in advance

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events