i have all these subtasks that are part of a parent issue and many of the fields of the shared values but one field in particular is all unique and consists of random characters (nubmers and letters). I usually can get this data in a spreadsheet or in some type of list but how could i import them to populate by each subtask?
For example, i have a parent issue. it has 40 subtasks. The field im trying to populate is called "Load Number". the load numbers are BO1234 through BO1273. How can i add them without having to do one at a time.
Hi @Jon,
Get the 40 sub tasks data as CSV file with two fields (IssueKey, LoadNumber)
Refer the below image:
Import the CSV file into JIRA. Refer the Atlassian documentation - https://confluence.atlassian.com/adminjiracloud/importing-data-from-csv-776636762.html
Once, the CSV file is imported, all the 40 sub tasks will have the Load Number field value updated, based on the data provided in the CSV file
Regards,
Ravi Varma
hi ravi, another question on this.
im trying to import the data to subtasks only but when I try to put the summary or issuekey on the cvs it populates on the parent issue too. then I saw this comment.
To import issues as sub-tasks define the column mapping for: Issue Id, Parent Id and Issue Type
How would I change my CSV file to accommodate this? Then same question as above, do I need to have the Summary and IssueKey on the CVS when doing this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jon,
Regards,
Ravi Varma
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.