In
Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.
we've implemented OOP representation of unit config to keep all unit related actions within it. Today I've noticed, that we can improve create kUnitConfig class even more by moving unit config processing code from kUnitConfigReader class into this new kUnitConfig class.By doing so we'll keep all unit config processing logic hidden in kUnitConfig class and if later we need to change something, then the only place, that needs to be changed is this kUnitConfig class.
Related Tasks