ACP 600 Question

Priyanka khare November 2, 2020

Hello ,

 

I am preparing for ACP 600 and came across this question -

 

All projects use a simplified workflow which has three statuses (Open, In Progress, Closed) and all global transitions.
You need to find issues which were never In Progress. Select the correct JQL query.
A. Status WAS Open OR Status WAS Closed B. Status != “In Progress”
C. Status NOT Changed TO “In Progress”
D. Status WAS NOT “In Progress”
E. Status ONLY IN (Open, Closed)

 

what should be the correct answer to this?

 

Shouldn't it be D?

 

Regards

Priyanka

3 answers

2 accepted

3 votes
Answer accepted
Ollie Guan
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 2, 2020

The "WAS NOT" operator is used to find issues that have never had the specified value for the specified field.

Find issues that do not have, and have never had a status of “In Progress”

Status WAS NOT “In Progress”

Priyanka khare November 2, 2020

Thanks @Ollie Guan 

Jaydeep Chopde November 19, 2020

Thanks @Ollie Guan 

2 votes
Answer accepted
Marco Brundel
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 2, 2020

Hi @Priyanka khare ,

I tested it on a Jira Software Server environment.

At A I get the issues that were in the mentioned statuses, but they may also have been “In Progress”

At B I get the issues that are not currently in the “In Progress” status, but they may also have been “In Progress”.

The JQL at C and E are not possible (Error in the JQL Query: Expecting 'IN' but got 'Changed'. Resp. Error in the JQL Query: Expecting operator but got 'ONLY'.)

With D, I do not get issues in the result that were on status In Progress. 

So D is the correct answer I think.  

regards, Marco

Priyanka khare November 2, 2020

Many Thanks @Marco Brundel 

Like # people like this
0 votes
Chau Wan Ying Fifi周蘊瑩 April 5, 2021

Hi I came across this question today as well. It said the ans should be status in "open" and "closed", I just dont get it.

Suggest an answer

Log in or Sign up to answer