Hi all!
I am new here!
Could you from our community help me solving a challenge?
I am trying to integate Jira Software with R Studio.
I have tried to use some of R Studio packages and obtained the same error message
Error: API did not return json
I am trying
url<-"https://a..."
res<- GET (url, authenticate(username,passcode,"basic"))
doc<-fromJSON((text("url)=json))
doc
head(doc)
Thanks for the attention
Hi @[deleted]!
When I run code in R Studio there isn´t an error code appaering. Just the error message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rosana Santos ! Welcome to the Atlassian Community!
I can think of a couple of things, you'll have to answer if I'm close.
1. What error number are you getting? (403?, 404?)
2. The third line of your snippet doesn't have a closed quote.
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.