Can I limit the issues for a project?

Selçuk Sorguç June 5, 2014

I want to do that :

I have a project named Example.

And version period is every month.

Project owner can create issue only 5 for a version period.

After he/she create 5 issues , system forbidden the 6 one.

Is it possible?

2 answers

1 accepted

1 vote
Answer accepted
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 5, 2014

Hi,

Yes it is but but not OOTB. It will require some development (plugin or a script). You may need to playaround with JavaScript that will check how many issues is in the project and then include the create button or not depending on the result. If you do not want to use Java Script you can also have a validator that will check after clicking create. If it will be ok then it will create it .. if not show an error.

I hope that will help.

-Mirek

0 votes
Selçuk Sorguç June 5, 2014

Thx Mirek.

I understand that there is no plug-in that u know.

So I can do it with development.

It is important to us for buying a ticket-Help Desk-Code management app.

Suggest an answer

Log in or Sign up to answer