Hi All,
I am looking for auto incremental field which will give me how many days issue stays in particular state.
I will clear the field in postfunction once status changed.
Eg: If issue created on 10-11-2018 and it is "Open Status" then field should have value "2" as on 12-11-2018.
initially it will 0 (0+1+1)
I am using script runner as well.
Amar
Hello,
You would need an add-on for it.
For example, you could use the Power Custom Fields Premium add-on:
You could create a sil field with a script like this:
return currentDate() - created;
Thank you Alexey for suggestion.
I am not looking for any specific status count, i want to capture days count at each status level.
In new status start count will be zero (0).
Is there any way to achieve this requirement through scriptrunner or behaviour ?
Reagards,
Amar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is also possible, but you would need to create as many scripted fields as many statuses you want to follow.
Or you have to print all statuses with their values in one line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Amar can u please explain me how did u use "Automation for JIRA " for the same? How did u create the rule?
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.