Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Need help with my JQL query.

Imamu Hunter March 9, 2015

I'm using the Rest API Browser and I'm trying to get to do a jql query of a nested value.  here's an example

{

"id" : "100001",

"key" : "whatever",

"issuetype" : 

          { "description" : "blah",

            "subtask" : false }

 

I've tried a number of different way to target subtask to no avail.

examples I've tried:

issuetype["subtask"]=false

issuetype.subtask=false

issuetype{subtask}=false

 

please help.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 30, 2015

Hi, Imamu.

I am not sure what you mean by using a JQL query of a nested value. To search using JQL through rest for an issue type you should be able to just run:

http://quicksilver/jira/rest/api/2/search?jql=type="whatever"
TAGS
AUG Leaders

Atlassian Community Events