Search
Results (18298)
- Help: RE: errors w/ remote viewing
- I have the same problem, only that I am not u ... k. This for me throws out the permissions issue. More probably its an issue of sessions. But still I am in the woods.
- Help: RE: RedMine Rest Api
- Hi all, I am using 0.9.4 and simply wanna know what is possible to do with this. The Issues part seems not to work. The projects part ... he REST Api ? greetings from sunny germany
- Open discussion: RE: Automatically Open Issues Based On Text In Repository Check-In?
- Possible: I don't see a reason why not, in co ... that I'm aware of. Note that you can create issues per mail, so if you really need such functi ... t in a post-commit hook or something similar.
- How can I add "due_date" field in block "issuesassignedtome" on my page?
- Plugins: RE: Ticket grouping plugin
- i made another version "redmine_issue_grouping" it works with: ruby 1.8.7 redmine 0.9.1 windows + mongrel_service.
- Is there a way through a plug-in or setting that I'm not aware of to automatically open an issue based upon changes in the repository? IE: ... e NULL and it's not being checked. Then 2 issues would be opened automagically with text involving the comment.
- 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