How to fetch issues with different status

Mike_Ager_Pedersen November 27, 2018

Hi,

I would like to fetch issues that has status of "Y" and "X", I've tried to make use of OR query and comma between "Y" and "X" to fetch issues which has different status.

Anyone who knows how to do this?

Thx again

 

 

2 answers

2 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 27, 2018

It's "status in (X,Y)" or "status = X or status = Y"

Mike_Ager_Pedersen November 27, 2018

@Yogesh Mude @Nic Brough -Adaptavist- thx a lot both of you, it works :-) 

0 votes
Answer accepted
Yogesh Mude
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.
November 27, 2018

HI @Mike_Ager_Pedersen

If I'm not wrong .. I think you want to fetch the Jira issues that are in different statuses.

if so please run the below JQL..

Status in (Open, "In Progress", support)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events