We currently have over 200 projects in our system and 400,000 issues. I am looking to clean up the configuration we use to a single standard configuration that all teams will use.
Would it be more sensible to have a single project that holds all issues or multiple projects with the issues shared between them?
Hi @[deleted]
I don't think putting everything in one project is going to give you performance improvement, I think it may even cause the opposite.
Things to think about is shared scheme configuration, trying to use simple workflows (the more steps a workflow has, the complexer it gets, which over time may impact performance), but one that we found especially useful is setting custom fields contexts.
Find out which projects and issue types use which custom fields and restrict the custom field context to those specifics. If the context is set to 'global', the field will be available on every issue, even though it's not on the screen. This causes a bigger index, which impacts searching and indexing performance.
What can also help is deleting older projects (or keeping an offline backup of them somewhere), but only do this when you don't expect to ever need the data again. Also delete projects that may have been setup simply as a test or projects that remain empty.
These are all small things that may help :)
Hope it's useful.
Kind regards
Jorden
@[deleted]You are both wrong and right.
You can always learn more about performance tuning your Jira from this documentation by Atlassian - https://confluence.atlassian.com/adminjiraserver/server-optimization-938847889.html
I suggest you go through this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @DPKJ
Could you maybe point out what's wrong in my answer? I can only learn from that.
As far as I can see now is that our answers are the exact same ^^
Thanks in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jorden Van Bogaert Your answer is perfectly correct, and I will mark that as 'accepted' once user is satisfied.
One quick suggestion is, please add links to documentations pages by Atlassian, so users can learn more and help others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@DPKJ Ah thanks for the confirmation! I read your sentence wrong 'you are both wrong and right', thought you also referred to me being wrong and right. My bad!
Thanks again for confirming and for the tip :D
I've also saved the article since I didn't have that ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.