i am trying to download Comments data into Qlik
i am using below URL
https://productsup.atlassian.net/rest/api/3/issue/30711/comment
i need some common URL with out passing issueID
WITH CONNECTION(Url "https://productsup.atlassian.net/rest/api/3/issue/$(vFileName)/comment"
HTTPHEADER "Authorization" "Basic email:token" );
Hi @krishna.channa welcome to the community. The rest call needs the issue id since the comments are associated to the issue. You could try an automation, perhaps building a variable for your rest call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.