Hi guys, since the latest Jira updates I have noticed when I open a Sprint (all tickets are sized) the burndown shows an immediate spike and scope change.This is happening literally one minute after opening the sprint. No work has been done and the tickets were not changed in size.
This has never happened before, we do it like we always did and add our own dates i.e 2 weeks excluding weekends. There was a suggestion that I move the time to 08:00 as it normally shows on the day 00:00 but it made no change.
Please help.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.