Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Getting {"customfield_XXXX":"data was not an array"}}. Using C# and Atlassian SDK to create issues

Epic Mark as done missing from scrum boards (Jira v8.2.4)

Steve Letch
August 28, 2019

Hi

 

We're running Jira 8.2.4. I'm looking in our our scrum boards and we dont appear to have the Mark as done drop down in the epic panel.

 

Did they remove this or does something need tweaking?

 

Screenshot 2019-08-28 at 11.39.07.png

1 answer

0 votes
Jack Nolddor [Sweet Bananas]
Atlassian Partner
August 7, 2019

Hi,

At least using REST API, nfeed data need to be passed as an array of one element of type String. Something like this:

{"customfield_XXXX": ["value"]}

 

So try to pass an String array of size 1 as well, instead of a single String.
Does it work?

Regards

Suggest an answer

Log in or Sign up to answer