hdgarrood / redmine_release_notes

A plugin to add release notes to Redmine
GNU General Public License v3.0
73 stars 46 forks source link

latest step of setup instructions #84

Closed mindo closed 11 years ago

mindo commented 11 years ago

Hi,

I am not able to make the final step of the setup instructions:

"Enable release notes for the appropriate trackers."

When I go to admin -> trackers -> tracker there's no option there to enable it.

My setup:

 Environment:
  Redmine version                          2.3.1.stable.11898
  Ruby version                             1.9.3 (x86_64-linux)
  Rails version                            3.2.13
  Environment                              production
  Database adapter                         Mysql2
Redmine plugins:
  redmine_backlogs                         v1.0.1
  redmine_contacts                         3.2.3-light
  redmine_contacts_invoices                2.1.1-light
  redmine_impasse                          1.2.2
  redmine_issue_templates                  0.0.5
  redmine_knowledgebase                    2.2.0
  redmine_pipeline_plugin                  1.0.0
  redmine_release_notes                    1.3.1
  redmine_wiki_extensions                  0.6.4            
hdgarrood commented 11 years ago

Ah -- perhaps that could be clearer -- it means the release notes custom field for issues.

mindo commented 11 years ago

Hmm, I am not sure I understood what you meant. Do you mean going to Administration -> Custom Fields -> Issues -> Some issue ? When I choose one of the Issues's custom fields none has any option related to Release Notes. Also, when I go to Administration -> Plugins -> Release Notes I can create a new Format which then I can choose on the Default generation format, but I can do nothing else. Thank you.

hdgarrood commented 11 years ago

The idea is that you create a custom field for issues which gets used to indicate whether that issue needs release notes. It's supposed to be explained in Admin -> Plugins -> Release Notes -> Configure; if it's not appearing for you, can you send me a screenshot?

mindo commented 11 years ago

I am able to configure the plugin (or at least access the config) but besides adding a new format and choosing it on the Default generation format I can do nothing else. My config: http://dl.dropbox.com/u/215261/Selection_009.png http://dl.dropbox.com/u/215261/Selection_008.png

What am I missing?

hdgarrood commented 11 years ago

You need to create the issue custom field manually, then it will appear in the drop down list on the General tab. I think it needs to be a List type custom field as well.

On 24 May 2013 15:02, Armindo Silva notifications@github.com wrote:

I am able to configure the plugin (or at least access the config) but besides adding a new format and choosing it on the Default generation format I can do nothing else. My config: http://dl.dropbox.com/u/215261/Selection_009.png http://dl.dropbox.com/u/215261/Selection_008.png

What am I missing?

— Reply to this email directly or view it on GitHubhttps://github.com/hdgarrood/redmine_release_notes/issues/84#issuecomment-18406580 .

hdgarrood commented 11 years ago

I'm assuming that's fixed it. Please reopen if you haven't been able to set it up.