Hello,
I would need an alert when number of issues in the current month excited 10.
I can automate a scheduled trigger to run a script, but can someone help me with scriptwriting?
So basically I would need a script that does a created issue count in a certain project current month.
Thanks,
BR, Olga
Hi Olga,
i think a quick approach would be to use the rest api search method (https://developer.atlassian.com/cloud/jira/platform/rest/v3/?_ga=2.229594328.537028380.1580935661-787936783.1580935661#api-rest-api-3-search-get) in combination with a JQL query like
created >= startOfMonth()
Will provide a little script tomorrow
Cheers
Kurt
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.