Search
Results (31872)
- Plugins: RE: Code Review Plugin 0.2.7 Released.
- Blue Fox wrote: > Hi, > > I'm wondering i ... can start a code review. Let's say I have an issue #1 opened, bunch of files modified and ready ... also like the code to be reviewed before the issue is closed. Can anyone give me a list of step ... ls and save the review. It will become a new issue. - As far as I know, you can not create a code review specifically for an existing issue. As I mention above if you create a code review, a new issue will be created. Hope it helps; and if an ... at any point I would be glad to be corrected!
- Open discussion: RE: communication between 2 redmine databases
- Felix Schäfer wrote: > but I'm not sure you ... n to your clients. there is some security issue I can't go around alone, and the internal pr ... ...) thanks for your support however.
- I don't have too many people in the Redmine platform, but loving it already. One issue, is there a way to screen tickets by Role so ... ting certain tickets. Sincerely, Justin
- Defect #4592 (Closed): Updating issues created with required custom field that are no longer in use by project
- If a custom field is required and in use by a project when an issue is added. If subsequently that custom field ... a mistake etc. If you then try to update the issue in anyway way, such as to close it, then Red ... This is on Redmine 0.9.0.devel.3281 (MySQL)
- Plugins: RE: Code Review Plugin 0.2.7 Released.
- Hello! First of all, thanks for the plugin, v ... ndows and MacOS. Is it possible to solve the issue? Thanks in advance!
- Help: RE: issue import (email or csv) - missing fastercsv
- I also encountered the missing fastercsv pr ... y your redmine. Best regards, Christian
- Feature #4590 (Closed): Precede-Follow relation should move following issues when rescheduling issue earlier
- Hi, Suppose Task1 precedes Task2...and whe ... ins when tasks get moved in either direction?
- Defect #4588 (New): In status form of version view, link to issues results limited.
- I shared several versions with two projects, ... ld project. And the parent project has some issues, and child too. In parent project, the shared version is shown (GREAT), and it shows all issues from parent and child (NICE!!). But I clicked the the issues link at status form of version view. Result of issue search condition is limited to child project ... rackers and categories. In link to user's issue results limited to child project because thi ... ld projects version view. But the result of issues retrieved from two projects. In my humbl ... | | | B | | child | 5 | --------- |
- Wiki: Rest_Projects
- h1. Projects {{>toc}} h2. Listing proje ... ma ",". Possible values: ** @trackers@ ** @issue_categories@ ** @enabled_modules@ (since 2.6.0) ** @time_entry_activities@ (since 3.4.0) ** @issue_custom_fields@ (since 4.2.0) +Response+: ... ma ",". Possible values: ** @trackers@ ** @issue_categories@ ** @enabled_modules@ (since 2.6.0) ** @time_entry_activities@ (since 3.4.0) ** @issue_custom_fields@ (since 4.2.0) +Examples+: ... ckers GET /projects/12.xml?include=trackers,issue_categories GET /projects/12.xml?include=ena ... : boards, calendar, documents, files, gantt, issue_tracking, news, repository, time_tracking, wiki. * @issue_custom_field_ids@: (repeatable element) issue custom field id. * @custom_field_values@: ... abled_module_names> <enabled_module_names>issue_tracking</enabled_module_names> </project> ... , "enabled_module_names":[ "...
- Hi, I have a similar issue than #3125, not to merge but to make 2 redmi ... our database to have the same features (like issues linking, project consolidation with subproj ... e databases in my company for administration issues, dataprotection, security, storage, access timing (from multiple site) issue. any idea ? many thanks gabriel
- Feature #4585 (New): Move a Version from one project to another
- Background: After our company started using ... vel project. The database is populated with issues so I rather avoid to simply delete the version, create a new and re-associate all issues with the new one.
- Help: RE: Submitting Issues through PHP
- So with r3310 an XML REST API for issues has been added. We're a little closer to ac ... e else is looking at doing something similar.
- Help: RE: Tracker names in multiple languages
- Ok, so just to get the basics out of the way: ... ed string. If e.g. there is a call @l(:label_issue_view_all)@, this returns the localised string for @label_issue_view_all@ as defined in the @.yml@ of your l ... ping me again if you need some more details.
- Feature #4584 (Closed): Require a Target Version and Category and provide a default version.
- Currently, there is no support to require a target version and category to be entered on an issue. For all situations or projects this is not ... ture to provide a default version when a new issue is created. This would have to be maintained on the project version.
- Feature #4583 (Closed): Add the ability to navigate in issues
- Add *next* and *previous* buttons in Issue Detail view to be able to navigate without come back to Issue list screen.
- Feature #4582 (New): Automaticly set an issue status when an issue is first assigned
- Automaticly set issue status to *Assigned* when the issue is *New* and *assigned to* change from EMPTY to SOMEONE See note 5 for the new suggestion.
- Patch #4579 (Closed): Missing Textilization on Document Index
- On the document index page, there is a teaser ... x. The attached patch fixes this behavior.
- My environment : About your application's en ... 101 email notification working well on issues but not with news and forum message. how th ... ation settings already all checked. Thanks
- Help: RE: link to folder doesn't work in Firefox
- As I supposed, the @file://@ URI scheme is no ... k, nothing happens. This is not a redmine issue, but a browser issues.
- We use the trackers (Bug, Functionality, Other etc.) to track different kinds of issues in our project, much like Redmine.org does. ... s depending on what locale the user is using?
- Feature #4577 (Closed): convert text file attached an issue to utf-8.
- I hope to convert the text file attached an issue to utf-8, like repository does. Could you a ... r.rb, to_utf8(str), to attachments_helper.rb?
- Defect #4576 (Closed): Japanese Character pattern matching
- It should be noted that I am receiving emails using pop and the patch in Issue #2420 but I don't think the problem lies wit ... rrect tracker and "Tracker: " appears in the issue body. However it does get assigned to the c ... d Japanese (or all multi-byte?) characters.
- Help: RE: Time in Git changelog
- Okay, I have a solution. I commented out _use ... visions are correct, all old forum posts and issues are 7 hours ahead, but any new stuff is also correct. Thats good enough.
- Wiki: Rest_Issues
- h1. Issues {{>toc}} h2. Listing issues GET /issues.[format] Returns a paginated list of issues. By default, it returns open issues only. +Parameters+: * @offset@: skip this number of issues in response (optional) * @limit@: number of issues per page (optional) * @sort@: column to so ... * @relations@ Optional filters: * @issue_id@: get issue with the given id or multiple issues by id using ',' to separate id. * @project_id@: get issues from the project with the given id (a numer ... project identifier). * @subproject_id@: get issues from the subproject with the given id. You ... ect_id=XXX&subproject_id=!*@ to get only the issues of a given project and none of its subprojects. * @tracker_id@: get ...
- Wiki: Rest_api
- {{>toc}} h1. Redmine API Redmine expose ... atus |_.Notes |_.Availability| |[[Rest_Issues|Issues]] | Stable | | 1.0 | |[[Re ... ementation for @index@ only | 1.1 | |[[Rest_IssueRelations|Issue Relations]] | Alpha | | 1.3 | |[[Rest_Vers ... ts via the API added in 1.4 | 1.3 | |[[Rest_IssueStatuses|Issue Statuses]] | Alpha | Provides the list of a ... umerations]] | Alpha | Provides the list of issue priorities and time tracking activities | 2.2 | |[[Rest_IssueCategories|Issue Categories]] | Alpha | | 1.3 | |[[Rest_Rol ... changes for each version":/projects/redmine/issues?set_filter=1&status_id=c&fixed_version_id=* ... e URL is suffixed accordingly (e.g. @POST ../issues.json@): * for JSON content, it must be set ... GET request on a collection resources (eg. @/...