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
Hi @Frank Lohfeld,
If you have script runner, you can use the following query;
issueFunction in commented("after -1d")AND reporter was currentUser()
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oh, yearly fee looks god.
I will check tis next week.
Thanks so lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.