Search
Results (18291)
- Hi. Is it possible? I want to have some forms on a website and use it to submit an issue. That works. But if the user wants to submit a debug report which contains tags?
- We are working on a Wordpress site with a plu ... is setup to receive emails and to create new issues out of them. That works well. For whatev ... ny suggestion where to start looking?
- Hello everyone, im new to redmine and just ... I also got another Problem with setting and Issue Description as Required. I only found a pos ... ce. Is there any possibility of setting the Issue Descripton as a required field or maybe set ... ealy appreciated it. Thanks a lot BaKo
- I can no longer see a way to configure or rem ... Project settings is gone Anyone have this issue? Any suggestions on how to fix it? Detail ... review 0.6.1 redmine_issue_checklist 2.0.4 redmine_issue_due_date 0.2.0 redmine_ ... iking 0.0.2
- Help: RE: Attaching files results in a 500 error
- Cloned our Redmine VM to an Amazon host and w ... t suggests to me that this is not a firewall issue, but something in Redmine or Debian. Still plugging away at this when I can.
- I installed Redmine 2.5 on my local server. I ... mine_image_clipboard_paste 1.0.0 redmine_issue_favicon 0.0.1 redmine_issue_monitoring 0.0.1 redmine_monitoring_controlling 0.1.1
- In the issue screen it is possible to enter the "estimete ... hours we planned before we started with the issue. The "estimated hours" should be a fixed nu ... is kind of budget control we are looking for.
- Plugins: RE: I just wrote a plugin for ordering issues by manually determined number
- qhwa q wrote: > I just noticed that this boa ... I apologize. Can anyone move it ? Done.
- Help: RE: Upgrading from 2.4.x to 2.5.0
- I have had an issue with this... The update went fine...except I'm now missing every single image in Redmine.
- Our office recently made the transition to Re ... ate_from_mantis.rake file that fixes several issues related to schema changes in the newer vers ... sbt.mantis_bug_table LEFT JOIN redmine.issues on redmine.issues.id = mantisbt.mantis_bug_table.id WHERE redmine.issues.id IS NULL </pre> Finally, the migration script does not preserve issue created and update date/times. We simply upd ... he following query. <pre> UPDATE redmine.issues INNER JOIN mantisbt.mantis_bug_table ON redmine.issues.id = mantisbt.mantis_bug_table.id SET ... ated_on = FROM_UNIXTIME(last_updated) </pre>
- Plugins: RE: redmine anonymous authors.
- Hi, I'm running redmine 2.4.3, and in orde ... module InstanceMethods - def issue_add_with_anonymous(issue) - mail = issue_add_without_anonymous(issue) + def issue_add_with_anonymous(issue, to_users, cc_users) + mail = issue_add_without_anonymous(issue, to_users, cc_users) redmine_headers 'Issue-Author' => issue.author.anonymous? ? issue.author.mail : issue.author.login mail end - def issue_edit_with_anonymous(journal) - mail = issue_edit_without_anonymous(journal) + def issue_edit_with_anonymous(journal, to_users, cc_users) + mail = ...
- Hello, I want to add new cloumn on Issues view (Issues tab). In Options section I choose the new c ... lugin_views_revisions 0.0.1 redmine_smart_issues_sort 0.3.1 redmine_spent_time ... > Any idea, how do I resolve this problem?
- How to pull only Features(Not Bugs) from Parent Task Field in New Issue Form. *<%= javascript_tag "observeAutocompleteField('issue_parent_issue_id', '#{escape_javascript auto_complete_issues_path(:project_id => @issue.project, :tracker_id => @issue.project.trackers, :scope => (Setting.cross_project_issue_relations? ? 'all' : nil))}')" %>* This code is in issues/_attributes.html.erb and pull all the track ... ers. Please help me out with this. Thanks.
- Hi all, I have created a new user role but ... www.redmine.org/projects/redmine/wiki/RedmineIssueList does not mention any special right either. Thanks, Mathieu
- Plugins: RE: Time & Expense 1.6
- We get the following message: "Please Note: T ... as I can see I can still write hours on the issue. Does somebody knows why I see this message?
- Hello, After upgrading a redmine 1.4.4 to ... english local got error 500 when displaying issues, resulting in the following logs: <pre> Started GET "/issues/7701" for 194.167.18.244 at 2014-03-20 11:15:55 +0100 Processing by IssuesController#show as HTML Parameters: {"id"=>"7701"} Current user: dad (id=17) Rendered issues/_action_menu.html.erb (8.7ms) Rendered issue_relations/_form.html.erb (2.5ms) Rendered issues/_relations.html.erb (4.4ms) Rendered issues/_changesets.html.erb (15.3ms) Rendered issues/_history.html.erb (21.2ms) Rendered issues/_action_menu.html.erb (4.5ms) Rendered issues/_form_custom_fields.html.erb (5.1ms) Rendered issues/_attributes.html.erb (88.4ms) Rendered ...
- Hi, I'm new redmine and i have a problem, M ... s İf it's possible to give privelege edit issues for only assigned issues of members. For example: (in Admisitrati ... there will be a checkbox) "Edit assigned issues" I have short time. Please help me..
- Help: RE: Personalize My Page default setup
- Yeah unfortunatly the page didnt scroll to th ... ph > - recent_status_changes_graph > - issuesreportedbyme > - issueswatched > top: > - my_schedule > - issuesassignedtome > :comments_sorting: asc > :n ... users preferences and users don't like that.
- Hello. I plan to hide others fields from n ... to "Read Only" but when I tried viewing the issue, the rest of the fields are still displayed (the one in yellow section when I choose to click the issue number). Even guests are able to view the fi ... e from being viewed by nonmembers and guests?
- First i've had problems with installing this ... Error (undefined method `author_mail=' for #<Issue:0x00000007404ac8>): [App 47867 stderr] app/controllers/issues_controller.rb:418:in `build_new_issue_from_params') Can anyone help me get this plugin working :(?
- Hello, When i do svn commit automatically changed issues status with custom_values .I set up settin ... red) for the custom_field not able to change issue status any one can help me regarding the it is very urgent
- Hi all,I want to remove priority attribute from new issue page. I have removed its name from administration >settings > issue tracking but stll I can priority attribute for new issues. The changed settings are just not reflecting. Please help.
- Hi, I am using Redmine 2.3.2. I can create issue, update issue, delete issue, create issue relation, watch issue. Batch function also works fine. However, I cannot delete issue relation and unwatch issue. When I try to delete issue relation, after confirm to delete, I can see ... Same thing happens when I try to unwatch an issue. Anyone has clue on how this happens? Any log that I can check?
- Open discussion: RE: How to import/update issues from csv file
- James, Thanks! I current use a python script to import the csv file. Thanks, Lusu.
- Hi Expert, I am using 2.5.0, but I see the Custom Field of "LINK" doesn't work in issue/ticket list. but it really works in ticket page. I attached two snapshot. in the issue page, I see there is a URL link after I move ... . and it works when I clicked. but in the issue list page, I just see text of the custom fie ... onse for mouse moving on and click. (But in issue list, the "subject" and "assignee" field is clickable to a web page) Thanks!