I want to get a dashboard view to show daily changes of a field like "Fix Version". I want to see which JIRA items changed the value of that field . So that I can separately analyze them. Is there any way or turnaround for it without using any additional extention ??
Hello @Suman, Shekhar
Please try using this jql : fixVersion changed AFTER startOfDay()
That will show you all issues that have changed their fix version today.
More information for other need : https://confluence.atlassian.com/jiracoreserver0904/advanced-searching-operators-reference-1188766839.html
Let me know if that help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.