No results returned when I use a JQL with a Label customfield to search issues via REST API

Zhiyong Lee April 6, 2016

First of all , Im work with a REST API, And send a JQL .But no results return. 

My JSON string like this   "jql": "cf[xxxxx] in ('xxxxxx','xxxxx','xxxxx') ".

I do certain that I'v add correct Label , but just accepet a response like "issues:[]".

I'v try another JQL like "cf=xxxxxx" , it still can't work.  

1 answer

0 votes
Aleks Yenin (Polontech)
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.
April 6, 2016

Hi,

First try to execute your query in advanced search in JIRA. Is there any error after searching?

image2016-4-7 11:15:34.png

Is your custom field not searchable? Did you enable a Searcher for it. About this see here: https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons/jira-plugins2-overview/jira-plugin-module-types/custom-field-plugin-module/how-to-add-searching-to-a-custom-field

Hope this helps.

 

 

 

Suggest an answer

Log in or Sign up to answer