Hi All,
I am migrating jira 5.2 to 6 .We do have some one customize plugin .It has been regiter in services But I am able to use method getObjectCofiguration("","","") method As it is depercreated.Is there any work around for the same.
Ok. Please make sure you accept my answer so people know this quesiton has been solved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To "accept" the answer, you need to click the "tick" button next to my answer above. You've liked my comment which isn't the same thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using version 6.1.4 of the API and the getObjectConfiguration method is not deprecated for me. I'm using getObjectConfiguration(String arg0, String arg1, Map<String, String[]> arg2). Structure of my service is something like this:-
public class myClass extends AbstractService { public ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException { return getObjectConfiguration("SOMEIDENTIFIER", "somefile.xml", null); } @Override public void run() { // DO SOMETHING } }
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.