Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom fields to show sum of estimated and logged time of linked issues?

zaharovvv_suek_ru
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.
May 29, 2018

Hello, Guys!
I want to create two custom fields:
- the sum of estimated time of all linked issues to this task.
- the sum of logged time of all linked issues to this task.

 Is it possible to do in Jira? 

2 answers

1 vote
zaharovvv_suek_ru
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.
June 4, 2018
0 votes
Alexey Matveev
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.
May 29, 2018

Hello,

You would need to develop an add-on. Or use plugins such as ScriptRunner or Power Custom Fields.

zaharovvv_suek_ru
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.
May 30, 2018

Alexey Matveev, thanks for reply! Could you be very kind to show how I can impement it?

Alexey Matveev
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.
May 30, 2018

How do you want to implement it? Your own plugin, ScriptRunner or Power Custom Fields? I guess, it would be easier with Power Custom Fields. Moreover, it is a free add-on

zaharovvv_suek_ru
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.
May 30, 2018

I would like to try to imlement it through ScriptRunner. Could you show, please?

Alexey Matveev
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.
May 30, 2018

You would need to create a scripted field and wrote a script. Have a look at the following scripts:

https://community.atlassian.com/t5/Jira-questions/How-can-I-calculate-total-estimated-time-of-linked-issues/qaq-p/318487

For logged work the script would be same, but you would need to get the logged work instead of estimation.

https://community.atlassian.com/t5/Jira-Core-questions/Groovy-Script-to-sum-all-work-logged-time-spent-for-issues/qaq-p/315997

Suggest an answer

Log in or Sign up to answer