I am trying to import a single Epic followed by several Tasks and link the Tasks to the Epic using Epic Name and Epic Link but keep receiving the warning message below, and the task fails to link to the epic. I am using the cloud version of Jira. My project is a Software Kanban.
Epic Import Warning:
Cannot set value for locked custom field 'Epic Name' in issue 'OTP Test Run Android v1.0.777' because it is not applicable for issue type 'Epic'
Also, when I use an Epic Name like "Epic #1" I receive this warning and is why my screenshot shows a numeric value for Epic Name and Epic Link, but still received both warnings. What is the correct format for Epic Link?
Task Import Warning:
Cannot add value [ [Epic #6] ] to CustomField Epic Link in Issue with summary 'OTP - Typing a digit moves the focus to the next field'. Probably value was in incorrect format
I also tried the suggestions in this post including editing the CSV file in Notepad. Here is the file:
IssueType,Summary,Description,EpicLink,EpicName
Epic,OTP Testing Epic,Epic Description,,Epic 7
Task,OTP Test Case,Task Description,Epic 7,
Hi @Rob Duff -- Welcome to the Atlassian Community!
First thing, the Epic Name and Epic Link field are some of the fields that have been sunsetting for company-managed projects since late 2022. Epics will use the Summary and the link in the child issues is Parent. I do not believe that has been updated for external system imports with CSV yet.
Back to your question...
Are you trying that import for a team-managed project? (You may find that information in the list of projects.)
I only see that error when trying such an import for a team-managed project as those fields do not exist in that project type's Epics. And according to this suggestion, importing the relationship for Epics and child issues does not work yet: https://jira.atlassian.com/browse/JRACLOUD-83172
When I try that same import type for a company-managed project, it works as expected.
Kind regards,
Bill
Thanks for the response. Yes, I am trying to import into a Team Managed project linking subtasks to a task, tasks to a single epic. If this needs to be done in a company-managed project, then I can make that change. However, I am still unclear on how to get my issues to link. I have tried over the weekend to get my import to work into a company-managed project using a simple CSV file and could not get any linking for a task to an epic – see included example CSV below. Any clarification on how this is done would be greatly appreciated.
Summary,IssueType,Status,IssueId,ParentId
Epic Summary,Epic,Open,1,
Story Summary,Story,Resolved,2,Epic Summary
Task Summary,Task,To Do,3,2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This data works for me for a Company-managed project, importing from the admin function, External System Import:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy thanks. I can confirm using a company-managed board allows for parenting a story or task to an epic. Now, I am running into an issue of parenting subtasks to a task within the same import file that I am parenting tasks to epics. Here is a screenshot of what I am attempting:
Here are two of the errors:
2024-08-09 15:43:07,538 INFO - Custom field not found. Creating a new custom field for com.atlassian.jira.plugins.importer.external.beans.ExternalCustomField@3e211441[id=External issue ID,name=External issue ID,searcherKey=com.atlassian.jira.plugin.system.customfieldtypes:exacttextsearcher,typeKey=com.atlassian.jira.plugin.system.customfieldtypes:textfield,valueSet=]
2024-08-09 15:43:08,776 WARN - Cannot add value [ [KQ-2] ] to CustomField Parent Link in Issue with summary 'Resuming KYB Process with the entered information after Exiting'. Probably value was in incorrect format
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Reviewing the current import, parent / child mapping of Epic -> Task and Task -> Sub-task, this still works for company-managed projects:
Ensure your Issue Type names exactly match the names in your project.
Note the "Issue Id" and "Parent" in this context are the import-related information and not the issue fields with those same names.
You may still add the Epic Name field, but that is but sunsetting and not needed for linking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy thanks for hanging in there with me! I was misunderstanding the "Probably value was in incorrect format" to be the actual identifier format (Issue Id or Parent Id). Instead, it was referring to the issue status for a Sub-task. I thought it was "Subtask" because that is what I see in Jira, but it is actually "Sub-task" during import. Everything is importing nicely now. Screenshot below for reference for those who may read this post.
Note: This is for a company-managed board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn it is working!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.