Performance impact on using Issue Update event

scriptIt May 11, 2021

Hi,

We were planning to set-up notification for 'Issue Update' event.  Will this affect the performance of the system if all projects are set-up to receive notifications for 'Issue Update' event.

Assume , there are more than 1,000,000 issues on Jira server.

1 answer

1 accepted

0 votes
Answer accepted
Sagar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 11, 2021

HI @scriptIt It should not as the event will only trigger when there an update on the issue, so should not be an issue.

You already using this event in many notification scheme, you can that here

https://<jira-url>/secure/admin/ListEventTypes.jspa

But make sure you configure the recipient wisely as if you added global groups like jira-users or your all company emp group it will send an notification to all the group members and if no of employees in your org is large then it will affect the performance of SMTP server you are using and you can see more notifications stuck in the mail queue in that case.

https://<jira-url>/secure/admin/MailQueueAdmin!default.jspa

But to answer your questions should not be an issue until you used and configured it correctly.

scriptIt May 13, 2021

Thanks @Sagar .

One short extended question:

If , around 50000 issues are updated at the same time / within very short period of time ( Ex: within 5-10 seconds ) , this might affect SMTP but will it degrade performance of Jira server?

Suggest an answer

Log in or Sign up to answer