Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Number of issues created count

Olga Videc
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 5, 2020

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

 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Kurt Klinner
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 5, 2020

@Olga Videc 

 

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

TAGS
AUG Leaders

Atlassian Community Events