Search
Results (18298)
- Open discussion: RE: Changing name of issues
- Thanks! I didn't realize that it was also possible to change the name of the issue but it sure seems to be. Now I'll just bug m ... e the rights to do that. Thanks again! //J
- Plugins: RE: Ticket grouping plugin
- What rights do I need to assign to a user in order to let him create sub issues? At this time only admin has such rights in my project :(
- There is a need to conduct certain actions on ... receiving phone calls. 1. Creation of new Issues. 2. Adding comments to the Issues. 3. Spent time in Issues. It is necessary to know that these chan ... ed the operator. Patch # 3848 solves this issue very partially. Can someone help write a ful ... h could qualify for inclusion in redmine-1.0?
- Help: RE: Project specific emission email address
- Looks like this is planned for version 1.0. See issue #4462 (and its related issue #4015)
- I have a large customer base, but I don't ... er to be able to track the progress of their issue. Is this possible? From what I can gather ... he non-anonymous users have to be LDAP users?
- Help: RE: Missing % Done in Issues Tracking
- I suppose you have activated the auto-%-done ... y removes any possibility so set it manually.
- I have just setup redmine-0.9.2 for my company, and i am having an issue trying to resolve something. When you go under a project > issues > issue subject > update i am missing the % done. Do ... Please be kind i am new to redmine and ruby.
- Open discussion: RE: Changing name of issues
- See [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]]
- Help: RE: New issue status does not show up for selection
- See [[FAQ#Ive-created-a-new-issue-status-but-I-cant-use-it-it-doesnt-show-up-in-the-status-drop-down-list]]
- Help: RE: Problem witth links to files on the server and sub-projects creation
- I suppose if you just put the link per se in an issue description, it won't get parsed as a link. Have you tried the form @"Some Text":YOUR_LINK@?
- Plugins: RE: Ticket grouping plugin
- Андрей! Спасибо за отличный плагин. Подскаж ... наки на действующие значения см. картинку. !issues.png!
- Help: RE: Problem witth links to files on the server and sub-projects creation
- Dear Felix, Thanks for replying. For the sub-project issue we will check to have the latest Redmine ver ... box in the form when you create or update an issue? Cuz there links to file don't seem to work at all.
- I have created a new issue status but it does not shop up for selection when I am creating a new issue, and it does not appear when I want to change the status of an existing issue. Are there some Tracker or project type s ... to adjust? The version I am using is 0.9.2
- Hi! Is it possible to change name of an issue? Or do I have to remove the issue and put in the new issue instead (which is a problem if people alread ... etc on it)? All help appreciated! //Jenny
- Plugins: RE: project list plugin
- richard c wrote: > Project information canno ... any plugin can do the same thing just like "issue tracking" in "setting"(see the attached file ... be viewed in list? Is there any advice?
- Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
- I am following exactly the steps, and it work ... uld not handle the request GET /projects/mds/issues. Reason: Error reading from remote serve ... the next day. Anyone experience this before?
- Open discussion: RE: Percentage done
- Jeff Dombach wrote: > As a project manager, ... f the number of hours needed to complete the issue. I recently got RedMine installed for my ... oing. Any thoughts appreciated! Sam
- I have two hooks which are doing same filter to issues eg. if tracker is bug, and created by m ... ker to Patch. I did this in both "controller_issues_new_after_save" and "controller_issues_edit_after_save". Is it possible to
- Help: RE: New issue watchers
- anyone?
- I want to see list of issues marked as "FIXED" (or maybe in some other s ... 's say, I need to provide a report about all issue fixed last week. how do I do that in Redmine? I don't want to see all issues, which were "updated" in last week. I need those, which were marked as "fixed" during that week.
- Hello. A have used Bitnami Redmine 0.8.4 wit ... > Inseting new version 1 for plugin redmine_issues_group.. [skiped] Inseting new version 4785461 for plugin redmine_issues_group.. [skiped] </pre> After 2 hours i ... . How can i migrate my plugins to 0.9.3?
- Since i have made the upgrade, in the view of the issues, in the sidebar are no longer displayed the ... an i configure it? I miss this funcionality!
- Help: RE: REST API for Issues + custom fields
- Hi, this seems like you hit a bug, please pos ... f you need to format your POST somewhat else.
- Hello! (How) Cann I define a page (e.g. the issue page of one of my projects) as a startpage w ... efore I cannot install plugins)? Thank you
- Hi. I've been playing with REST API as I need to be able to create issues from an external application. Everything w ... ata follows: h2. Request: <pre> POST /issues.xml HTTP/1.1 Authorization: Basic XXXXXXXX ... 15 <?xml version="1.0" encoding="UTF-8"?><issue> <subject>Issue_from_REST_API</subject> <project_id>dummy</ ... id="1">3</custom_field> </custom_fields> </issue> </pre> h2. Response: <pre> HTTP/1 ... :21 GMT Location: http://192.168.1.100:3000/issues/304 Content-Type: application/xml; charset ... <?xml version="1.0" encoding="UTF-8"?> <issue id="304"> <project name="dummy" id="76"/> ... author name="foo_user" id="35"/> <subject>Issue...