I want to filter out JIRA issues list which having empty Target Release Internal by user given date. Please tell me how to do it. Which query filed can I use to do it.
I don’t know what you mean by “user given date”. But to find all issue that have an empty target release use this query or similar...
project = abc and “target release” is empty
if you want to find all issues that have a target release then use the “is not” operator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.