I want to write a query that will show me all issues where my name is mentioned in a comment during a time period. I thought I could use time.livestamp in JQL but it errors saying the field does not exist.
I am currently using the below:
comment ~ <myname> AND status not in (Done, Closed, COMPLETED, CANCEL) ORDER BY updatedDate DESC
I was hoping to do something like:
comment ~ <myname> and time.timestamp >=-5d AND status not in (Done, Closed, COMPLETED, CANCEL) ORDER BY updatedDate DESC
Hello @Beatrice Cudd
From where did you get the idea that time.livestamp or time.timestamp were fields that could be used in JQL?
If you don't have third party apps that extend the JQL capabilities, then refer to this page and its related pages for information on fields and functions available in the native Advanced Search.
What you want to do is not possible with native Jira functionality. It is possible if you are willing to add a third party app to your environment. There is more than one that could help you with this issue. I have used Adaptavist Scriptrunner for extending JQL, but that is not the only such app that might help you.
https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=cloud&tab=overview
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.