Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How Many Issues can create by User per day???

Kumar
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.
December 5, 2018

HI Team,

I have a doubt so I need to know a User how many issues can create per day for per project 

So, The thing is will use playbooks for auto create issues in jira project i got an error that limited per 100 is over some error message.

I just want  to know and I need a JQL filter query for To Count a particular user how many tickets he is creating per day 

Can you please provide me 

 

Thanks,

Kumar

2 answers

2 accepted

1 vote
Answer accepted
Leo Diaz - Deiser
Community Champion
December 5, 2018

Hi @Kumar

Try:

 created >= startOfDay() and reporter = admin

Replace admin by your user.

Kumar
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.
December 5, 2018

HI @Leo Diaz - Deiser  Thanks for your response

Is there anything like user have to create only limit issue per day in jira ????

Thanks,

Kumar

Leo Diaz - Deiser
Community Champion
December 5, 2018

I don't know a specific app or functions. I can recommend you to use Script Runner and its conditions and validations:

https://scriptrunner.adaptavist.com/4.3.4/jira/recipes/workflow/validators/simple-scripted-validators.html

:) Cheers!

0 votes
Answer accepted
Olga Videc
Community Champion
December 5, 2018

Hello @Kumar

There is no limit for daily issue creation, as far as I know, haven't found anything suggesting there is. 

The Time Sheet report might be suitable for you.

Go to Projects > Reports > Time Sheet report.

You can also use JQL reporter = desired_user and created >= startOfDay()  

BR, Olga

Suggest an answer

Log in or Sign up to answer