Test case management plugin development in Jira

how to do the development of a new plugin on our own for test case management in Jira

Hi @BhagyalekshmiS ,

Welcome to the Atlassian Developer Community.

I am having trouble understanding what you are looking for, but I can point you to the following two getting started guides for developing Jira Cloud apps:

  • Connect getting started guide: Connect is Atlassian’s original Cloud app framework. The Jira Connect framework provides APIs to integrate a standard web application with Jira Core, Jira Software and Jira Service Management. (Confluence Connect and Bitbucket Connect follow the same pattern.)
  • Forge getting started guide: Forge is Atlassian’s newest Cloud app framework where your app is hosted on Atlassian infrastructure and generally results in an improved trust profile.

Further to this, if you have a more specific question, would you mind reading our guide on how to ask a question and then post a separate question in a new topic.

Regards,
Dugald

Actually, I need to develop a plugin for test case management like Zephyr scale or like tools in Jira. So, would like to know the procedures and steps for that.

Hi @BhagyalekshmiS ,

There are many ways you could develop this so once again, it is difficult to answer you question with any precision. I suggest reading some of our guides or trying our the getting started guides I linked previously.

Regards,
Dugald

Hi,
Like paid test case management tools in Jira, I need to develop my own plugin for test case management. For that I need a guidance. I am having not a clear idea about how to develop an own plugin.

Hi @BhagyalekshmiS ,

The best guidance I can provide you is to start by reading the following guides:

  1. Getting started with Connect
  2. Extending the Jira Cloud user interface with Connect
  3. Connect frameworks and tools
  4. Storing data with entity properties

Regards,
Dugald