Can any one help me How to get newly added comments in jira along with issue key in last 15 minits.
i have below API which gives a list of update issues, but in this api, it doesn't provide comments
https://xxxxx/rest/api/2/search?jql=updated%20%3E%20-15m
This could probably be done using Scriprunner:
1. look up and list the last updated issues
2. find the recent comments for them
3. send a custom email (script works as a listener perhaps) to users/groups specified
I hope that makes sense. There might be an add-on I don't know of. You might want to check out to see if you could do something with that: https://marketplace.atlassian.com/apps/4977/email-this-issue?hosting=cloud&tab=overview
Cheers,
Krisz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.