Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve both Jira STORY and BUG using JQL

Sachin_Argade
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!
April 18, 2024

Sample JQL

project in ("Test") and type= story and duedate >= "2024/01/01" and status not in (Remove)) and assignee= John

2 answers

1 accepted

0 votes
Answer accepted
Ragavendran S
Contributor
April 20, 2024

project in (Test) and issueType in (story, bug) and duedate >= "2024/01/01" and status not in (your expected status) and assignee = John

Please note

If something has space in it, it has to be encoded with " "

E.g : "Test Project"

If it's a single word, it doesn't need to be encoded

E.g : Test

Check the due dates are in future

And status is from the defined list of values 

3 votes
John Funk
Community Champion
April 18, 2024

Hi Sachin - Welcome to the Atlassian Community!

Use this: issuetype in (Story, Bug)

Bill Sheboy
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 19, 2024
Like Sachin_Argade likes this

Suggest an answer

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

Atlassian Community Events