I want to find all tickets I left comments on between January 15th and March 31st of this year.
If I cant do certain period, finding them all is fine if there is an order on them from older to newer or vice versa.
Thank you!
Hey @Matt B ,
Welcome to the community! Jira natively does not support this kind of query in JQL. The closest you can get is with the ‘updatedBy’ keyword.
heres an example of how it might work
issuekey
IN updatedBy(jsmith, "2021/06/01", "2021/09/30")
Alternatively, if your instance has the Scriptrunner add on there are some additional keywords you get. See this question and answer here
Thank you! Link had what i needed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matt B ,
That query is not possible out of the box. However, there are a couple of 3rd party apps that provide this functionality. You can find more details in the following thread:
Cheers,
Jens
Released.so - Release notes powered by Jira
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.