Hi All,
I am implementing a plugin to Jira (Server) in my local environment. For this I installed Jira SDK and able to implement the plugin by creating the modules.
The development environment has required vendor plugins (Ex: ScriptRunner) installed in it and also has multiple issueTypes, workflows, confiurations, etc.. But the local Jira instance is a fresh application and will not have all the vendor plugins, workflows, issuetypes and configurations.
So the problem is, I am not able to test my functionalities in my local environment because my testing requires the vendor plugins. Whenever I do a change in the plugin in my local, I have to make a jar of it and deploy in Dev environment and test it. This way I am loosing lot of time.
So I am thinking, can we have a copy of Dev environment and put it in local environment for testing? May be by using Docker images...?
Your suggestions are highly appreciated..
Thanks!
Kumar