Currently we are trying to make a similar "activity dashboard" wherein we will get all the comments on all the projects that we have for a certain date criteria and count them all.
For example:
User A - made 20 comments across all projects on jira on Jan 25, 2023
User B - made 5 comments across all projects on jira on Jan 25, 2023
User A - made 5 comments across all projects on jira on Jan 24, 2023
User B - made 20 comments across all projects on jira on Jan 24, 2023 .... and so forth
Is it possible to do it via rest api coding? the closest we got was this but don't know how to add this one to python
companyname atlassian net
/activity? maxResults=99&issues=activity+IS+comment%3Apost&wiki%405fea26e4-1693-3e48-986f-4616739ff258=activity+IS+comment%3Apost&os_authType=basic & title=Your%20Company%20JIRA
How does one do this via rest api or are there any other alternative solution for this? we wanted to do a different approach and not just get an existing app on marketplace(as some are not for free)
Using python and VSS to code. Jira Cloud