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" ] }
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.
See if this helps
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.