You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
Thanks @Wojciech Wardaszko _HeroCoders_ . I tried your alternative, but also got an "Empty Name" result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Wojciech Wardaszko _HeroCoders_ & @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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.