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?
I've done this using ScriptRunner. The solution can be seen here.
Have a nice day!
Hello,
You would need to develop an add-on. Or use plugins such as ScriptRunner or Power Custom Fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alexey Matveev, thanks for reply! Could you be very kind to show how I can impement it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to try to imlement it through ScriptRunner. Could you show, please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need to create a scripted field and wrote a script. Have a look at the following scripts:
For logged work the script would be same, but you would need to get the logged work instead of estimation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.