You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
So I guess I'm one of the rare unicorns that bought an unlimited Agent license back in the days. It was great, I never had to worry about managing licenses or asking users to make silly tickets to gain access as an agent.
With the conversion to Data Center, I now have to work within fixed constraints. I'm creating a ScriptRunner listener to automatically gives users a license whenever they are added to the project role Service Desk Team since I don't want to manually shuffle licenses. I will also have a clean-up rotation job that will rotate out old inactive users.
So I know if I exceed the Jira Software license it goes into some read-only state.
But what happens if I only exceed the Agent license count? Will regular Jira still work? Will my portals still accept tickets?
PS: If anyone is interested in my scriptrunner listener, happy to share it.
Response from support:
You are correct, as described in Licensing your Jira applications if you exceed the Jira Software user count, the users won't be able to create new issues.
For Jira Service Management, the behavior is a little different, you won't be able to add any more users than the license count for JSM. You will be able to create users but you won't be able to assign the group that gives the application access with the following error message:
Adding a user to the selected groups will exceed the number of allowed users licensed to Jira Service Management. You need to reduce the number of licensed users, or consider upgrading your user tier.
Do you have a test environment where you can purposely try to create this scenario?
I'd be interested in seeing your script. At my enterprise size company, our Jira/Confluence licenses are provisioned by another team. I didn't know Jira went into a read only state if you exceed licenses. That is interesting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't test it yet because we're currently still testing with the eval license which is unlimited agents. Not having an easy time pasting the script here so here's a link to the snippet.
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.