hi there anyone reading.
I'm using the katalon software. There I have added my Jira plugins. I want to integrate Jira in katalon. I integrated it. then I need to "Import the test cases from the JIRA JQL"
I went to all issues and converted my board from "switch to basic" to "switch to JQL" .
then i gave the correct JQL according to the katalon guide.
the above is the link for the reference.
I'm getting an error now. here is the screenshot above.
I have also talked to katalon support. they said that there is some issue in the JQL part i.e the JQL that i have given is not correct. so im here with my issue with the JQL query. if any one knows how to solve this issue, leave a reply immediately. thank you!
Yes there is an issue with JQL.
If a text string has spaces, you need to "" the name.
So in your case:
project = "My Kanban Project" AND issuetype = Task AND status = Completed
I also would leave the ordering out, thats nice in Jira, but I would not use this in another tool. If you have the results you can probably order in the tool itself. I you require to do so.
I hope the JQL works for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.