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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.