Hi,
I am using Jira 6, I wanted to execute upgrade task for one of my table. To execute upgrade task, I need to pass higher modelVersion number than last used, but I forgot a last used modelVersion number. So is there any way to know a last used modelVersion number ?
Kindly give me answer.
Thanks.
The way this question is phrased suggests you are doing something you really should never do to an Atlassian system.
Instead of trying to ask about the solution you seem to have arrived at, could you give us the context of what you are doing? For example, don't tell us "I want to amend some data", tell us "I am working with versions in Jira and need to see how it has changed on issues"
Thanks Nic Brough,
When we are implementing ActiveObjectsUpgradeTask, we have to Override following method.
@Override
public ModelVersion getModelVersion() {
return ModelVersion.valueOf("5");
}
If Jira found higher version value of ModelVersion then only it will execute upgrade() method.
@Override
public void upgrade(ModelVersion modelVersion, ActiveObjects activeObjects){
..... // some code.
}
Now tell me How can we get last value of that number so that I can pass higher value of that number and my upgrade() method can execute.
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.