I have made several attempts/tests to upload issues with multiple acceptance criteria without success. I reach the level of creating the multiple acceptance criteria elements, but they are all with "Empty Name" content. Here the content of what I put in the Acceptance Criteria cell :
{
"data": [
{
"Name": "abc"
}
]
}
Normally, I should read "abc" instead of "Empty Name" in the acceptance criteria bullet. What am I doing wrong?
Hi,
Have you tried using the Jira CSV Importer to import values to a custom field in Jira issues? Also, what method are you using to import? For example, JSON or the REST API since you're using an object to represent your value.
I am currently using the JIRA csv importer indeed. I use the US-ASCII, comma delimited method to import. It work correctly for all other fields but acceptance criteria where it tells me that, whatever I write as data in the cell, "the Json format of the message is not adequate". That's why I started puting some Json code in this cell...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Community!
It's a totally wild guess here, but this error kind of brings the Atlassian Document Format to mind. From what I've gathered it's the required format for textarea custom fields.
You may want to try using that format for your data to see if it will get imported correctly.
Cheers!
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.
@Wojciech Wardaszko & @Prince Nyeche : The actual error message is " Not a valid JSON OBJECT". not format. Does this make a difference?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please let us know what the field type of this custom field is. If it's simply a single-line text field, a multiline text field or a message custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's what made it work finaly:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Julie Hebert Thanks! I've never been able to make this work. Followed your guidance above and it worked first try. Incredible. Thanks again!
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.