Search
Results (18267)
- I have migrated a mysql database from one ins ... gin or change anything. Options such as "New Issue" are not shown. When I try to login or do pr ... fix in Defect "4740":http://www.redmine.org/issues/4740 without success. Feedback and suggesti ... lcome. It seems this is not a common problem.
- Help: RE: How can we bulk edit status for many issues?
- Okey. Thanks
- Help: RE: URL to new issue with a specific tracker??
- Wonderful! Thanks so much for the quick response.
- Help: RE: Permission to assign an issue
- Ok, thanks for the reply. I think I can live with it :)
- Help: RE: Referencing commits in Issues Notes or in Spent Time comments
- As simple as i thought. I was looking for ... not changeset", and it always references to issue referencing in commit messages. Thanks a lot.
- Help: RE: Referencing commits in Issues Notes or in Spent Time comments
- [[RedmineTextFormatting]] (coincidentally, ... (next to last). Have you even looked for it?)
- Help: RE: change issue status and assign to another in post commit???!!
- # yes, see [[RedmineSettings#Referencing-issues-in-commit-messages]] # no
- Help: RE: URL to new issue with a specific tracker??
- Try @issue[category_id]=CATEGORY_ID@ instead of @category_id=CATEGORY_ID@.
- Help: RE: How can we bulk edit status for many issues?
- Felix Schäfer wrote: > Make sure you have the permission to change the status of all the issues you are trying to bulk edit, i.e. that you are a member of all the projects the issues are in, an administrator _can not_ break a workflow and isn't allowed to change statuses.
- Help: RE: Permission to assign an issue
- No. Either the user can create issues and assign them to whomever is member of the project, or he can't create issues.
- Hi Folks, I'm not quite sure if I overlooked something. I need to give permission to assign an issue to some user. Basically I don't want to that every user can assign the issue to an user while reporting an issue. I don't think that every user reporting a b ... ty to handle it some way. Cheers, Radek
- Hi Redmine mens, First, Redmine is a cute ... n @rev33 in comments for example). Regards
- is there any idear to do these actions in pos ... exist in svn commit log, upate the status of issue into FIX_STATUS 2) then assign this issue to another developer
- Help: RE: How can we bulk edit status for many issues?
- Thank you for your info. Now i can edit statu ... ng) can i see and edit status menu? Thanks
- Help: RE: URL to new issue with a specific tracker??
- I have one other question. It appears as tho ... http://www.mysite.org/projects/[project]/issues/new?tracker_id=[trackerid]&category_id=[cat ... add something like that in *app\controllers\issue_controller.rb* around line 129: <pre> # Add a new issue # The new issue will be created from an existing one if copy_from parameter is given def new @issue = Issue.new @issue.copy_from(params[:copy_from]) if params[:copy_from] @issue.project = @project # Tracker must be set before custom field values @issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue][:tracker_id]) || params[:tracker_id] || :first) if @issue.tracker.nil? render_error l(:error_no ... ject) return end if params[:...
- Open discussion: RE: Issues pager
- Okay, please confirm that it isn't related to any redmine plugin you have installed.
- Open discussion: RE: Issues pager
- @acts_as_activity_provider acts_as_attachabl ... the content of my plugins folder. Thank you,
- Open discussion: RE: Issues pager
- I cannot reproduce that. Do you have any plugins installed?
- Hello, I'm using the trunk version of Redmine. In one of the projects I found a strange issue. when there're more than 100 issues reported, the pager shows (0/0) pages (See attached). Is there anyone mt such an issue and resolved it? Thanks in advance, Vlad
- Plugins: Duplicate changes in history
- Is v.0.1.4 incompatible with Redmine 0.9.3 ? ... ully described here: http://www.redmine.org/issues/5566
- Help: RE: How can we bulk edit status for many issues?
- Se here [[RedmineIssueList#Bulk-editing-issues]] for bulk editing. Make sure you have the permission to change the status of all the issues you are trying to bulk edit, i.e. that you are a member of all the projects the issues are in, an administrator _can not_ break a workflow and isn't allowed to change statuses.
- redmine version: 0.9.4 I looked in issues, message and wiki and found that in version ... possible to do like this i need? pls help.
- Hi everyone, I have been using Redmine for ... to know how to go about troubleshooting this issue? And whether anyone has encountered this bef ... ion: 5.1.30 Thanks a lot for any pointers!
- Hello guys! As I understand, Redmine will send reminder only about issues that assigned to Redmine user. In case issue did not assign to Redmine user, reminder ema ... i.e. Redmine should send reminders about all issues that have due date within x days. Is it pos ... e code of Redmine? Many thanks in advance!
- Help: RE: MySQL or Sqlite?
- MySQL it is then. SQLite looked good at first ... ank you for taking your time to explain this issue to me.