Hi All,
Im using JSON to import in new issues. I can create an issue type as Epic. I am also trying to populate the contents of 'Epic Name'. I have tried so many different combinations and also tried to use the customerfileID_10011 and its still not populating. Below is what Im sending
{
"projects": [
{
"name": "MyProject",
"key": "MP",
"issues": [
{
"status": "In Progress",
"issueType": "epic",
"externalId": "1",
"summary": "General",
"fields": {
"Epic_Name": "some epic"
}
}
]
}
]
}
Can anyone help please
Thanks in advance
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.