You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I want to get issues or projects which are unresolved or open and not updated within 12 months.
Thanks in advance.
Hi @Jaeson Hillary ,
welcome to the community!
The following JQL would work for you:
resolution = Unresolved AND updated <= -52w
Then you get all unresolved issues that have an updated date more then 52 weeks (12 months) in the past
Hope tis helped!
- Tessa
Hello @Jaeson Hillary
Welcome to the community.
Here are two resources to help you learn about advanced searching:
https://www.idalko.com/jira-jql/
Here are some filters that might work, depending on your JIRA project configuration:
statusCategory!=Done and updatedDate<"2020/01/20"
updatedDate<-52w and resolution is empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jaeson Hillary ,
Good Day …!
To Get the unresolved issues : issues may be in other workflow statuses, but resolution is not set
JQL : resolution is EMPTY and updated <= -365d ORDER BY updated DESC
If want to open issues and there is no update happened on issues
JQL: status = open and updated <= -365d ORDER BY updated DESC
-------------------------------------------------
To know general updated date on projects
If you are Jira admin the following will be helpful
Settings --> Projects -->
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.