Search
Results (18307)
- Help: RE: Edit Issues Permission / Change Issue Properties
- Is no one else worried that a user with the View Issues permission can close Issues?
- Help: RE: How to link to Git commit?
- Felix Schäfer wrote: > As stated in the text ... say that the commit is related to a certain issue. But link resolution is spotty at best. I me ... resolved, would resolve later, or vice versa.
- Plugins: RE: CMI plugin translation issues
- You're welcome ! For my part I'm waiting for ... stand the spanish trakers and other fields...
- Plugins: RE: CMI plugin translation issues
- Sorry, I forgot to respond to this before. Th ... mpatible with 1.1.1, before testing properly.
- Plugins: RE: CMI plugin translation issues
- Try to do that : -In redmine_cmi\config\loca ... ) and change "en:" at the line 2 in "en-GB:".
- Help: RE: [Extract] Extract data from specific date to an other date.
- Note of these 2 take account of Author field. You won't get stats for User3 who created issues but has never been assigned to any.
- Help: RE: [Extract] Extract data from specific date to an other date.
- Hi, Thanks its seems perfect :). Thanks ... ft(j.created_on,10), t.name FROM journals j, issues i, users u, journal_details jd, trackers t ... But your request seems better. Thanks a lot.
- Open discussion: RE: Relating an issue to multiple projects
- You're right, forgot that. There is issue #5487 open to change that, but actually you'll have to use the "Related issues" feature.
- Open discussion: RE: Relating an issue to multiple projects
- The problem with that is in order to relate t ... within the same immediate redmine project :-(
- Open discussion: RE: Relating an issue to multiple projects
- You could create a task for the following of ... ess and a subtask for each concerned project.
- Help: RE: [Extract] Extract data from specific date to an other date.
- You'd need to query the db directly, with som ... firstname, users.lastname, COUNT(DISTINCT issues_and_assignees.issue_id) AS "#issues" FROM (SELECT issues.id AS issue_id, issues.created_on AS issue_created_on, CAST(journal_details.old_value AS INTEGER) AS "assigned_to_id" FROM issues INNER JOIN journals ON journals.journalized_id=issues.id AND journals .journalized_type = 'Issue' INNER JOIN journal_details ON j ... ey = 'assigned_to_id' UNION ALL SELECT issues.id AS issue_id, issues.created_on AS issue_created_on, issues.assigned_to_id FROM ...
- Is it somehow possible to relate an issue to multiple projects and target a version in ... better way to go about this? Thanks, Cyle
- Plugins: RE: Embedded plugin doxygen layout
- hey volks, i had the exact same problem ... i add the css stuff to the doxygen.css file but the issue is still present ... ehmm any idea how to fix that ?
- Help: RE: How Do I Delete Multiple Issues?
- Use the short-cut menu and bulk edit: [[RedmineIssueList#Shortcut-menu]].
- What is the best way for deleting multiple issues? I would like to delete all issues prior to a cutoff date (i.e. 1/1/2011). Thanks, Julio
- Hello, first of all, thanks for redmine! ... bles could possibly also be set/accessed via issues, so you may establish a collaborative workflow. Is someone thinking about such a feature?
- Is there a way (or, a plugin) that would move all open issues that are targetted for a project version ou ... a feature request for future release. TIA
- Help: RE: [Extract] Extract data from specific date to an other date.
- Yes i have try this too but, with filter like ... sed. But if i extract data with the Query Issue the User2 don't appear. :S
- Help: RE: [Extract] Extract data from specific date to an other date.
- Query issues list with filters Assigned to, Author and C ... han 60 days ago and, finally, filter out the issues created on february and december from the CSV export :/
- Help: RE: Login Page - Remove Search
- There is an open issue for this : #3715 Should be good if someone could take care of it.
- Hi, i have one global proyect and many sub-proyects on redmine. When i open the issue report from an subproyect, every things work fine. My problem is when i try to see the issue report from the global proyect, then the report not include issue data from subproyects. I'm running redmine-1.1.1 Are thear any solution to include the issue data in the issue report from global proyect? Thanks! Delbert
- Plugins: RE: Code Review Plugin 0.2.7 Released.
- Bug Report: Clicking/opening Linked Tasks dir ... in "access denied" I i click the Link for Issue id in the upper right corner on the code rev ... browsxwer, i get an "access denied" error.
- Help: RE: Internal error trying to list issues or view a specific issue
- No problem. The only origin I can think of is that you already had these columns in your @issues@ table (because of a #443 patch ?) and that's why the update failed during migration.
- Help: RE: Internal error trying to list issues or view a specific issue
- Thanks a lot anyways for helping me, you saved my day! Cheers //Carl
- I would like to know how Redmine allow to use ... client and not the trackers of another users.