In my IDE and in the Atlassian Java API Documentation (under https://docs.atlassian.com/software/jira/docs/api/9.9.0/ ) I find the method "com.atlassian.jira.project.Project.getGenericValue()" marked as Deprecated, but I found no suggestion what to use instead.
The only hint there is: "only use this if you need to utilize an older API method"
I know deprecated means it will still work for some time, but I would like to be pro-active.
Does anyone know, how to replace Project.getGenericValue(), or where to search for that information?
Many thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.