Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

comment date and comment reporter

Frank Lohfeld July 18, 2018

Hello,

I'm searching a JQL for search all Issues with a comment created in the last 24houres with me as reporter.

 updatedDate >= -24h AND reporter was currentUser() 

displays unfortunally all updates, also changes of fixed version, status changes etc.
that does not help me

1 answer

0 votes
Tansu Akdeniz
Community Champion
July 18, 2018

Hi @Frank Lohfeld,

If you have script runner, you can use the following query;

issueFunction in commented("after -1d")AND reporter was currentUser() 
Frank Lohfeld July 18, 2018

I know this Plugin, but i can't buy it. 

It's no Problem to pay a price for a plugin - but it is not possible to pay a monthly fee for my Company/Department.

Payne
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2018

If you're running server (vs cloud), add-ons have a yearly fee rather than a monthly fee.

ScriptRunner is a really great add-on.

Frank Lohfeld July 19, 2018

oh, yearly fee looks god.
I will check tis next week.

Thanks so lot

Suggest an answer

Log in or Sign up to answer