Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Custom fields - Time Tracking

Natalie September 5, 2013

Is there a way I can create a custom field that behaves like the original estimate field.

So its format is: *w *d *h *m ' (representing weeks, days, hours and minutes)?

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

5 votes
Answer accepted
RambanamP
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.
September 5, 2013

as of now it is not available in jira.check this some improvement request has submitted, vote up and watch to know update details

https://jira.atlassian.com/browse/JRA-12920

you have to develop your own custom field type, check this tutorial to know how to develop custom field type

https://confluence.atlassian.com/display/JIRA/How+to+create+a+new+Custom+Field+Type

you can try with this plugin

https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.keplercf

Natalie September 5, 2013

Thanks, I will add to the votes for the improvement request.

0 votes
Paul Pasler
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 5, 2013

Hi Natalie,

do u ask for support to create a customfield? (Which is answered in many other questions).

For formating a working-duration you can use DateUtils.getDurationString(long duration, int hoursPerDay, int daysPerWeek), which returns a String like this *w *d *h *m.

You only need the duration / time in millisconds and a definition how many hours a working day has / how many working days a week has.

Hope it helps!

TAGS
AUG Leaders

Atlassian Community Events