Table of Contents |
---|
Calculating a plan upgrade
We do quote for a plan upgrade, but not multiple plans, estimates can be calculated simply below, a full quote for a specific upgrade can be generated on request through sales@thepluginpeople.com
We are planning an app feature that will enable you to get exact target plan upgrade costs from the app itself
For purposes of upgrade cost calculations:
Average tier costs are calculated as:
Code Block |
---|
tierMin + (tierMax-tierMin)/2 |
The upgrade cost is then:
Code Block |
---|
Annual Upgrade Cost = 10 * ( targetTierMinCost - startingTierAverage ) |
Plan Cost Table
...
Capacity Plans
JEMH allocates capacity plans to customers based on their paid Atlassian subscription users on the 1st of every month.
Plans allocate a monthly allowance of messages and data (messages in and out) to be used for inbound and outbound processing. The size of allowance granted depends on the number of users paid for by the subscription. Once the monthly messages or data used is greater than the plans allowance, JEMH Cloud will stop processing emails/sending notifications. Plans are refreshed on the first day of each month. If your user tier increases you'll be eligible to go up to the next Plan tier at the start of the following month.
...
GB = gigabyte = 1000 MB, MB = megabyte = 1000 kB, kB = kilobyte = 1000 bytes. Prior to 1 July 2021 plans were presented using binary prefixes (e.g. 1 KiB = 1024 bytes).
The "Starter" plan is limited in order to catch processing problems early. If you hit this limit during evaluation, email our support team referencing your host URL (e.g.
xxxx.atlassian.net
) so we can bump up your capacity toward production levels.Unlimited plan is for discussion only.
Plan Upgrades
We do quote for a plan upgrade, but not multiple plans, estimates can be calculated simply below, a full quote for a specific upgrade can be generated on request through sales@thepluginpeople.com
We are planning an app feature that will enable you to get exact target plan upgrade costs from the app itself
For purposes of upgrade cost calculations:
Average tier costs are calculated as:
Code Block |
---|
tierMin + (tierMax-tierMin)/2 |
The upgrade cost is then:
Code Block |
---|
Annual Upgrade Cost = 10 * ( targetTierMinCost - startingTierAverage ) |
Plan Upgrade Examples
Upgrade example | Calculation |
---|---|
Bronze 1 to Bronze 4 | Bronze4 starts at 26 users:
The Bronze4 subscription cost is then (26*2.50) == $65 per month The Bronze1 tier (up to 10 users) is a flat $5 per month The Plan Upgrade cost is then 10 * ($65 - $5) = $600 per year |
Bronze 1 to Silver 1 | Silver1 starts at 51 users:
The Silver1 subscription cost is then (51*2.5) == $127.50 per month The Bronze1 tier (up to 10 users) is a flat $5 per month The Plan Upgrade cost is then 10 * ($127.50 - $5) == $1225 per year |
Silver 2 to Gold 4 | Gold4 starts at 801 users:
The Gold4 subscription cost is then (250 + 225 + 275.5) == $750.5 per month The Silver2 average user level is 150 users:
The average Silver2 subscription cost is then (250 + 75) == $325 per month The Plan Upgrade cost is then 10 * ($750.5 - $325) == $4255 per year |
Argon 1 to Krypton 1 | Krypton1 starts at 5001 users:
The Krypton1 subscription cost is then (250 + 225 + 375 + 750 + 1000 + 0.5) == $2600.5 per month The average Argon1 user level is 2250 users:
The average Argon1 subscription cost is then (250 + 225 + 375 + 625) == $1475 per month The Plan Upgrade cost is then 10 * ($2600.5 - $1475) == $11,255 per year |