The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • why i am getting this error, Could not prepare JSON: ' '. Invalid format. A JSONObject text must beg

why i am getting this error, Could not prepare JSON: ' '. Invalid format. A JSONObject text must beg

Vinithr
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 10, 2023

i have a vaild json for creating jira from ifttt integration rules
{ "fields": {   "project": { "key": "ORBIT" }, "issuetype": { "name": "Story" }, "summary": "My summary" } }

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Alex Medved _ConfiForms_
Community Champion
March 11, 2023

Hi @Vinithr and welcome to this community

I guess this is about ConfiForms app and it's feature to create Jira issues on form submit, right? I am pretty confident it is

(added a tag to mark it as "confiforms", so it has a better context)

From the first sight your JSON seems to be valid and should not be failing

However, how have you configured it? Do you use a code or no format macros to put your JSON mapping or added the mapping directly into the ConfiForms IFTTT macro's body?

Alex