The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Can I limit the issues for a project?

Selçuk Sorguç
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!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Mirek
Community Champion
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ç
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!
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.