Forums

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

How to prevent user create more than X issues?

mkocman
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 5, 2018

Hi All,

is any possibility to prevent user create more than X issues?
I need account for automation and I need to prevent creation of hundreds of issues/tickets from this user/automation.
Do You have any idea how to do this, some Add-ons?

 

Thank You.

2 answers

2 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
September 8, 2018

You will need some code, so I'd recommend installing one of the scripting add-ons that allow you to write code in the right place without having to create your own add-ons.

Your code should be a simple validator, which runs a search for "reporter = X" and returns a fail if the number is greater than your limit.

0 votes
Answer accepted
Mohamed Benziane
Community Champion
September 5, 2018

Hi, i think is not possible in the jira, may be by coding some script or use jira api, for me there is no addon wich limit this.

Suggest an answer

Log in or Sign up to answer