Adding issue in C#, error on Description, says it must be ADF

We are using a C# program to add issues, and most of the fields work as expected. However, if we try to put data into the Description field, it returns an error that the data must be an ADF. However, when we make put the data into an ADF, the error changes to:

"Unexpected character (‘v’ (code 118)): was expecting comma to separate OBJECT entries

Also, we tried adding data to the description field after the issue is created (as we do with the comment field), but that always returns a 404 on /description.

Any thoughts? Between this issue, and an error trying to add to a text customfield (error: We can’t create this issue for you right now, it could be due to unsupported content you’ve entered into one or more of the issue fields.), we are held up.

Thanks all

Actually, I solved the ADF issue by hitting version 2 instead of 3 or latest. Version 2 accepts a string instead of the ADF document.

1 Like