Hi,
I am working at a Jira report plugin.
In the configuration window(created by the properties from xml file) I want to add some text fields to let the user choose how much each status in the board worths(something like "If a task is in TO DO then it is 0% done, if it is in WORKING then it is 30% done, if it is in TESTING then it is 70% done, and if it is in DONE then it is 100% done), but the statuses are different for each project, so I can't just add new properties in xml(text fields), I need a way to add them dynamically.
Does anyone have idea how can I do that?