Hi
I am on JIRA version 4.0.2
I wrote a plugin but when I try to make it sort on versions, it does not work. I could get the projects list sorted but when the versions show I do not know what order it is showing, I just need it sorted alphabetically.
Has anyone done this. Can you please share your thoughts.
Thanks
Abe
Versions have a sequence ordering. It is the order in which the versions are created. You can change this order under Versions in Project Administration Page!
If you need alphabetical ordering, you will need to do it in your code.
Just the answer I need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Followup Question:
If i got the Versions sorted in my code, how do i persist them as the version.store() method is deprecated? I'm trying to achiev this with a scheduled task as described in Jobin Kuruvillas Book.
Thanks for you help. |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Followup Question:
If i got the Versions sorted in my code, how do i persist them as the version.store() method is deprecated? I'm trying to achiev this with a scheduled task as described in Jobin Kuruvillas Book.
Thanks for you help.
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.