I want to extract defect Jiras that were "rejected" due to defect is invalid. I do not know the search column field where rejected can be filtered.
Any other options to filter Jiras based on validity of jiras will help. Thanks.
Hi donny
I guess you want to find issues with resolution = rejected? You can use this JQL (in your language)
Random conditions AND Resolution = Rejected
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Basic search check these captures:
Second Capture
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I guess it is either a resolution field, then you can search
resolution = Rejected
or status field, then you can search
status = Rejected
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>I do not know the search column field where rejected can be filtered.
Nor do we. You have not explained how this data is input into Jira, so we can't tell you where to find it or how to search for it.
How are you defining "validity of Jiras"? How are you recording "rejected due to defect"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.