You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi everyone
We have a jira-plugin that uses com.atlassian.jira.charts.portlet.DateFieldValuesGenerator.
In Jira 7.0.11, this class was in jira-core: https://docs.atlassian.com/software/jira/docs/api/7.0.11/com/atlassian/jira/charts/portlet/DateFieldValuesGenerator.html
With Jira 7.3, it moved to another package: https://docs.atlassian.com/software/jira/docs/api/7.3.5/com/atlassian/jira/plugin/corereports/charts/portlet/DateFieldValuesGenerator.html
But we can't find it in jira-core. Was it moved to another dependency?
We couldn't find anything in the release/upgrade-notes.
Thanks
Sorry to hear we caused you troubles and broke your plugin. Unfortunately this class was inside jira-core and this was not intended for 3rd party usage.
Changes on this class were part of internal refactoring and this class is now part of “Atlassian JIRA - Plugins - Core Reports” plugin. This internal utility class is not exported from this plugin so there is no obvious way you can use it.
Can you please provide more context on your use case here?
Hi Adam
Thank you for responding.
Our users should be able to select a period for a given date field (analog to the jiras Time Since Report, but with selected dates).
We now search for datefield instances in our own ValuesGenerator class.
That works fine.
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.