I want to see all comments in project that was made yesterday and get it via email (or send to someone)
how can i do it?
I want to group it by issue
I don't want to see older comments, only yesterday activity by issue
Hi Max,
I think you can get pretty close to what you need. Here are the steps.
You need to create a JQL Filter that shows you all the issues which have comments last 1 day. To do that you need to you scripted JQL from Script Runner. Here is the example.
issueFunction in commented( "after -7d" ) |
Well yes, i'll get those issues - this is good, but how do i get those comments i'm looking for? You see - i get 20-30 messages dayly about something was commented by someone, but i want to get yesterday overview. Some kind of an activity string to see what had happend per issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Out of the box this is the closest you can get. Once you know the issues you have to open then and read the comments. I understand that if you get a digest it will be better.
You can write a simple service that can give you the digest you need, but nothing out of the box.
This service can take a few days to write for experience developer though. If the issue is that bad you might need to invest into that.
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.