Variables list from Redmine
Added by Ihor Kolosov about 5 years ago
Hi everybody!
I was thinking about purchasing a Reporter plugin from RedmineUp (not advertising, not sure myself that we need it). They are using Liquid markup language to work with different Redmine variables like spent_time_group[0]
and status_change.status
. When I asked their support where can I get full list of all available variables, they told me to address Redmine. So, here I am :) Anybody knows where to get this list or has one already?
Thanks,
Ihor.
Replies (7)
RE: Variables list from Redmine - Added by Will M over 2 years ago
Did you ever find that list? I'm looking for similar info.
RE: Variables list from Redmine - Added by Go MAEDA over 2 years ago
Redmine does not have such variables. I think those variables are defined in the plugin.
RE: Variables list from Redmine - Added by stefan pofahl 4 days ago
This is strange, in RedmineBackupRestore it is referred to a variable attachments_storage_path
and this variable can be found in $RAILS_ROOT/config/configuration.yml.example
.
RE: Variables list from Redmine - Added by Holger Just 2 days ago
stefan pofahl: The configurations settings you can update in configuration.yml are entirely unrelated to the variables used by the reporter plugin in its liquid templates.
RE: Variables list from Redmine - Added by stefan pofahl 1 day ago
Thanks! - What is the meaning of the term liquid templates
? Is it possible to print the collection of defined variables used by the reporter plugin
?
RE: Variables list from Redmine - Added by Holger Just 1 day ago
Liquid is a markup language which is apparently used by the third-party Reporter plugin. The exposed "variables" there are entirely defined by the plugin. It appears that there is documentation about the exposed data and its attributes at https://www.redmineup.com/pages/help/reporter/reporter-template-syntax.
If you have any additional questions about the reporter plugin, I encourage you to contact the authors of the plugin at https://www.redmineup.com/pages/help
RE: Variables list from Redmine - Added by stefan pofahl about 10 hours ago
Thanks :-) Is this reporter plugin part of the open source Redmine or is it a proprietary provided by "redmineup"?