Search
Results (18279)
- Hi Is there any other way to migrate the issues and wiki/confluence from JIRA to redmine? Regards Dinesh
- Open discussion: RE: How to migrate Data from JIRA to Redmine
- Anybody know how to migrate all the issues and wiki from JIRA to Redmine
- Help: RE: Add watcher does not show on updating issue
- OMG, language issue! I sometimes have the same problem whan tran ... fly while posting... Sorry I got that wrong!
- Help: RE: Add watcher does not show on updating issue
- Great!!! Mischa, thanks very much! Egbert
- Help: RE: Connecting to Gitlab repository
- It sounds like a permissions issue. Again make sure that the redmine user can a ... your redmine user. If it's not a permission issue than .ake sure that the ruby server is running with the right group.
- Help: RE: Parent task is invalid
- And you are trying to make issue 100 parent (or child, doesn't matter in this case) of issue 102? Also (1) check for any issue relations between the issues, and (2) monitor your logs to see if they can provide more info about why this is happening.
- Help: RE: Add watcher does not show on updating issue
- Egbert Koomen wrote: > No just standard Redm ... ranslation of "Add watcher" (@permission_add_issue_watchers@). Egbert Koomen wrote: > Still the possibility to add watchers while updating an issue does not show? (It does show when creating a new issue but that is not what I'm looking for) > [...] > I want to add watchers when updating the issue It is available, but I think you're looki ... n the wrong place. It is not located in the "issue view" like while _creating_ issues. Instead, - on the issue show view (redmine.tld/issues/id) - the feature is located in the right-h ... m-msg-39962.png, size=600, title=Watchers on issue view)}} HTH... Btw: these translations ... tent manner also. See eg. @permission_delete_issue_watchers@ (Dutch, nl translation: "Verwijder volgers").
- Help: RE: Add watcher does not show on updating issue
- I mean monitors. I would like to add monitors while updating an issue. See the illustration, i thougt this is standard Redmine concerning roles on issues.
- Hi, we have a number of projects and sub-proj ... ve configured the parent project to have the Issue module enabled but with no Trackers selected ... oject settings. The intent is to have the Issue tab displayed allowing the manager to have a *complete* view of issues in all the sub-projects. But by having no Tracker selected the "New Issue" menu produces a 500 error. Is there any way prevent displaying the "New Issue" tab if there are no Trackers selected? W ... l migrate to later versions. Thanks...Andy
- Looking for current suggestions on migrating ... ite and over at Bitnami...however I'm having issues as most, if not all are a bit dated. Thanks.
- Help: RE: Edit the top menu
- Hey there, the linking to the global issues doesn't work for me, as long as I am curre ... to my @init.rb@: <pre>menu :top_menu, :top_issues, {:controller => 'issues', :action => 'index', :id => nil}, :caption => :label_issue_plural</pre> That even works, but just as long as I am not within the issues view of project. In that case, the top menu link also points to the issues view of the current project. Any ideas?
- Help: RE: Add watcher does not show on updating issue
- Egbert Koomen wrote: > No just standard Redm ... called "add watcher" and is in the section "Issue tracking". You're mistaken in believing that ... ce to configure the "add watchers" permission
- Help: RE: Add watcher does not show on updating issue
- No just standard Redmine. In the definiton of ... I want to add watchers when updating the issue.
- Help: RE: Add watcher does not show on updating issue
- Egbert Koomen wrote: > In the roles & permis ... ose from the monitoring & controlling plugin?
- In the roles & permisson all monitoring items ... ossibility to add watchers while updating an issue does not show? (It does show when creating a new issue but that is not what I'm looking for) Can anyone tell me what is wrong?
- Hi, I have a rails application and I want to ... o login). Can anybody please help me on this issue.
- Help: RE: Parent task is invalid
- Project 100 > Project 120 > > Issue 100 > > Issue 102
- Help: RE: Parent task is invalid
- Yes both issues are part of a same project within a project. Project 100 Project 120 Issue 100 Issue 102
- Hello. My aims are: 1). To make some field on issue creating page to be dependent on some other ... le and generic solution. 2). To filter my issues in more flexible way. Specifically, I need ... to find something there. Any suggestions?
- Help: RE: Parent task is invalid
- Are both Issues in the same project?
- I am receiving this message after I assign mo ... Example Parent Task 239 to 72 Attach Issue 240 to 72 receive Parent task is invalid when saving.
- Help: RE: How do I add "affected version" and "target version"?
- Jason, * To add Target Version: Add a versi ... for example) Create a new custom field for Issues such as: !affectedversions.jpg! So you ... rsion without being Administrator. Cheers,
- Development: RE: Redmine Reports
- This works fine @def time_entry_to_csv( ... project.name, (time_entry.issue.subject if time_entry.issue), if time_entry.comments == ... ime_entry.hours, time_entry.issue.estimated_hours, time_entry.issue.spent_hours ]@
- Development: RE: Redmine Reports
- I need help with this: I have a code: @ ... project.name, (time_entry.issue.subject if time_entry.issue), time_entry.comments, ... ime_entry.hours, time_entry.issue.estimated_hours, time_entry.issue.spent_hours ... y the character "-"* Thanks for your help
- Help: RE: Git repository browser: display branch information
- Such a feature is not (yet) implemented in Re ... ested (and patched) in #5386 and its related issues.