The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

[Resolved] How to filter a Definition of Done the is set to Not Applicable?

Guilherme Rech
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!
January 14, 2026

I have set some custom definition of dones and I need a JQL where I can get all the items that have a particular DoD set to Not Applicable only or false.

I'm using "Definition of Done" = itemSearch("name = <my custom_name>", "completion = true". The problem is that all the items that have this DoD set as Not Applicable return as if they were true. 

When I go to the item, a N/A DoD is indeed check as it was done (true), but is is shown differently with an * and the N/A literal. So the information is there somewhere, I just need to know how to get it via JQL.

Any hints? 

EDIT:

What I needed was very simple, just to add a status check inside the itemSearch

AND ( ( "Definition of Done" = itemSearch("name = UT created", "status = notApplicable") ) )

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Marc -Devoteam-
Community Champion
January 14, 2026

Hi @Guilherme Rech 

AS you are on DC how has this bean implemented, just with a custom field or otherwise via a 3rd party integration?

Also the search query you provide is not an ootb JQL function, is there a JQL extension installed, if so which.

And can you show screenshots of issues, with Dod options?

Guilherme Rech
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!
January 16, 2026

Hi Marc,

Thanks for the reply.

I was able to solve it by myself. I edited the question with the solution.

Many thanks!

Like • Mirek likes this