Customised Plugin integration with JIRA data Canter V7.13.0

Hi Team,

We developed customised JIRA plugin for learning. We integrated/installed it within JIRA DC v7.13.0 but its not working and unable to see installed Plugin Name on JIRA top menu bar.

Plugin Name: Custom AJAX dialog in Jira plugin
Plugin purpose - adding watchers through issue detail view

Could you please help us on this?

Regards,
Dnyaneshwar Borase

Hi @DnyaneshwarBorase2 ,

without more error descriptions from a error log is hard to really help. There could be a variety of problems. But maybe this will help:

  1. Plugin Installation: Ensure that the plugin is correctly installed and enabled in Jira DC v7.13.0. You can verify this in the Manage Add-ons section under Administration.
  2. Plugin Descriptor: Check your atlassian-plugin.xml file to ensure that it is correctly configured. Make sure the plugin is targeting the correct Jira version and that all necessary modules and resources are included.
  3. Web Resource: Ensure that any web resources your plugin depends on are correctly defined and installed. You can do this by adding a web-resource module in your atlassian-plugin.xml.
  4. Web Item Configuration: Verify that the web item or menu item is correctly configured to display your plugin. This includes setting the appropriate contexts and ensuring the web item is linked to your plugin’s action.
  5. Permissions: Make sure that the necessary permissions are granted for your plugin to function. You can manage permissions in the Global Permissions section under Administration.
  6. Logs: Check the Jira logs for any errors or warnings related to your plugin. This can provide valuable insights into what might be going wrong.

If you’ve checked all these and the plugin is still not showing up, could you provide more details about your plugin’s configuration or any error messages you’re seeing in the logs? This will help me give you more specific guidance.

I hope this helps!

Chears,
Daniel