Qliksense connection is returning 400 bad request

Madina Abdulsamadova
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!
February 19, 2025

Hi,

I have a connection problem with Qliksense -> Jira cloud.

Getting error: HTTP protocol error 400 (Bad Request): {"errorMessages":["The value 'Initiatives' does not exist for the field 'project'."],"warningMessages":[]}

Below I will provide screenshots and will appriciate if someone will help me to fix it.

URL: https:/my-domain/rest/api/3/search?jql=project=%22INT%22%20and%20issueType=Milestone&startAt=0&maxResults=1000&fields=customfield_10430,customfield_10322,customfield_10344,customfield_10431,customfield_10358,customfield_10015,duedate

JSON :

{ "jql": "project = Initiatives and issueType = Milestone",

"startAt": 0,

"maxResults": 1000,

"fields": [ "customfield_10430", "customfield_10322", "customfield_10344", "customfield_10431", "customfield_10358", "customfield_10015", "duedate" ] }

 

 

image.pngimage.png

 

 

 

 

 

 

 

 

2 answers

0 votes
Vishal Biyani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 20, 2025

Refer this documentation

Your url is:  https://your-domain.atlassian.net/rest/api/3/search/jql

Note that this is the new endpoint that Atlassian has published 

The query parameters will be like this (I am using Bruno to test API outputs). But based on your SS, your query params look correct.

 

snip.png

See if this helps

0 votes
Vishal Biyani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 19, 2025

@Madina Abdulsamadova 

In URL just give, it should fix the error. Rest of the details you are giving in body.

https://your-instance.atlassian.net/rest/api/3/search/jql

 

Also, make sure, the API KEY that is being used, that account has access to project

Madina Abdulsamadova
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!
February 20, 2025

Thank you for trying to help me out.

I made the change and replaced "?" with "/".

But the following error occured.

How to handle this?

 

Note: API KEY is created in the same account that has access to the project.error.PNG

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events