Project

General

Profile

Extending Issue

Added by Pok Lau over 13 years ago

Hi guys,

I have developed a plugin to represents resources being used internally (such as a projector). I want to extend Issues in redmine to handle the job of keeping track of the change of status of the resource item (for example from 'Available' to 'Occurpied').

The goal is to get issue to 'occurpy' the resources, may be change the status of the resource item if neccessary and 'release' the resource item to make it 'available' at the end of the issue tracker life-cycle.

Is it possible for me to do an extension of issue or simply to create a new module to inherit Issue so that I can keep the issue tracking functionality and do my own good?

Regards


Replies (1)

RE: Extending Issue - Added by Felix Schäfer over 13 years ago

Probably. Ruby is a pretty open language in terms of monkey-patching, so patch away.

    (1-1/1)