Hello everyone,
I am struggling with a specific advanced issue search. I've tried multiple different JQL queries and some of them show no errors but generate 0 results (which i know is not accurate), and some queries have errors.
What i'm looking for:
All issues in X project with issue type x that were transitioned to status X between date and date
Queries I've attempted:
@Yasmine -
I believe the problem is your usage of "during" predicates in your JQL and cannot be used alone.
You may want to try the following JQL to see if it gives you the correct results -
Project = Negotiations AND status CHANGED TO "Accepted" and (updated >= "2022/12/26" and updated <= "2022/12/30")
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
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.