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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Development Integration Plugin and all modules are disabled.
Can you please tell me how to enable this plugin and all its modules?
JIRA v8.21.1#821001
Development Integration Plugin Version 5.10.3
Thank you in advance!
Hi @v_smeltsov
I had the same issue, and I realized I forgot to also upgrade JSW. That was the root cause. After updating both applications (JSM + JSW), Development Integration Plugin and all modules are enabled.
Kind regards,
Hi @v_smeltsov
Welcome to the Atlassian Community.
In my test instance, if that system Plugin is disabled, then it's because the Jira Software Application Plugin was disabled.
Could you please check if that plugin is disabled as well?
Running the following SQL query on the Jira database will give you a quick answer on the plugins that are disabled.
select *
from pluginstate
where pluginenabled = 'false';
Kind regards,
Thiago Masutti
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.