Automatic calculation of over due days for each custom status
we have custom field 'end date' for each status/stage . we need to calculate over due based on end date and system date for each status.
How do you want it displayed?
a report format?
a field ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In case you need to report on that field, would suggest a normal custom field and running a script listener on issue updated event to populate that (a bit overload though).
If just for viewing purposes you could add a scripted field which calculates data on the fly (on issue load).
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.