I want to query JIRA issues in which:
I use the following JQL query which is not what I want.
project = MyProject AND Participants = MyUser AND updated >= "2015/03/01"
My query querries:
This is not correct since I may have commented 1 year ago and the issue was updated on 10-MAR.
What I need is a query where MY comment was between 1-MAR and 30-MAR.
Thanks
P.S. Note that I cannot install plug-ins, I need a JQL query.
I just had another look in the JQL documentation and this is not possible without using a plugin.
Correct, without a plugin this is not possible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need scriptrunner for this query unfortunately: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-commented(commentquery)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
P.S. Note that I cannot install plug-ins, I need a JQL query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agreed.
The participants field created with the JIRA Toolkit Plugin is a help with this while not being a full solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
P.S. Note that I cannot install plug-ins, I need a JQL query.
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.