Hello,
when importing subtasks via the csv import, the subtasks always show up in random order.
Is there a way to have them appear in the same order as in the csv file?
I've tried it without issue IDs for the subtasks.
I've tried with issue IDs in the order of the intended list.
Nothing works.
All Help would be appreciated.
Thanks
~Lee
The recommended solution would be to use the JIRA API to create the issues in a specific sequence. The best way to do this would be to upgrade to JIRA 5 (for the drastically improved REST API) and then have a client (like this python library) parse the CSV and create issues in the exact order necessary.
(Please don't use SOAP. It has bugs like this.)
Thanks for the suggestion, but due to some plugins not supporting JIRA 5 yet upgrading is not an option.
Also we are simple users here. We don't have the resources to build custom solutions.
We were hoping for an out-of-the-box solution for what seems to be an obvious problem with the import of sequential subtasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lee,
You can check this question about this matter:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lee, as far as I know, you need to have a value Issue ID for the issues that are parents, and a Parent ID for issues that are sub-tasks.
For the Parent issues, the value Parent ID has to be blank and the value Issue ID needs to have a random number different from each other, like a sequence for example.
For the sub-tasks, the value Issue ID has to be blank and the value of Parent ID has to be the same as the Issue ID of the Parent.
While the Parent ID are well mapped with the Issue ID you don't need any order.
You can look here for a better explanation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have followed this explanation exactly, with the exception of one attempt with sequential Issue IDs for subtasks.
It's not working.
I'm not sure what you mean by:
While the Parent ID are well mapped with the Issue ID you don't need any order.
I require 17 subtasks per parent and I need them in a specific order.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now I understand. You have many sub-tasks per parent, and you want them to be listed in an specific order inside the Parent issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It look like you can't select the order. Have you tried to put inside the CSV file the subtasks upside down? Maybe, but just maybe, the file is read from the top to the bottom and insert each row per turn. Perhaps if you put the Sub-Tasks in a upside down order... It sounds a little delusional :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly, I have several subtasks per parent and need them in the right order in the parent task view.
It seems to be completely random. It's not by order in the csv, it's not alphabetical.
I can't see a pattern.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like it really is completely random. There isn't any order when it is imported to the jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the ordering happening based on reverse priority?
If you really need custom ordering probably you should look for additonal plugins like Greenhopper of Structure plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All subtasks have the same priority in my examples.
I can import two csv files that are identical, save for the names of the tasks, and they will come up with apparently completely random orders for the subtasks.
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.