Search
Results (18280)
- Open discussion: RE: Split out Access Permissions from Assignee
- > What do you exactly mean with "issue responsibility" in the context of Redmine usage? >Can you explain your use case here? _"Issue responsibility"_ refers to who (user or grou ... ). For example, user *internalA* opens an issue and _assigns_ it to user *externalB* to investigate. *externalB* is now _responsible_ for the issue. *externalB* updates the issue, and _re-assigns_ it to *internalA*. *internalA* is now _responsible_ for the issue. Now, consider that there are multiple *e ... project_, and they should not see each other issues. The Redmine solution we have implemented ... to easily identify who is responsible for an issue (holds the baton) because changing the *Assignee* will cause *externalA* to no longer see the issue. So we created a custom user field called ... having distinct and independent methods for ...
- Help: RE: How to make Git commit history show up at Redmine issue tracker
- Alexander Menk wrote: > One important note: ... w commit(-message) that is parsed by Redmine.
- Open discussion: RE: Split out Access Permissions from Assignee
- James R wrote: > Currently, Redmine uses *@Assignee@* for both Access Control and Issue Responsibility. What do you exactly mean with "issue responsibility" in the context of Redmine us ... or Access Control (allow a Role to access an issue), it effectively cannot be used for Issue Responsibility as that responsibility change ... tion details can be found in r4895 for #2732.
- Help: RE: Redmine 2.3.1, ruby 1.9.3, error 500 after upgrade
- Ok, I fixed the issue. I removed mysql gems and I iknstalled my ... base.yml. Works fine now! Thanx anyway!
- Development: RE: Query issues via REST API, using custom fields filtering with RegExp
- up ?
- Help: RE: Redmine 2.2.3.devel: "Scm command is not available"
- can anybody help with the issue? still having the same problem
- Is there a way to edit routes.rb such that th ... It seems pretty simple to redirect home to issues, for example: root :to => 'issues#index', :as => 'home' However I can't ... out the nomenclature for custom queries.
- Hi, we have updated our redmine installati ... 3 We are missing in the footer row of the issue list, the sum of the estimated hours. Is ... anks for your support! Kind Regards David
- Hi there, I have a probleme with my redmine i ... lume of character i get a 500 error. Is this issue known? Could it be this one? http://www.re ... ql2 Database schema version 20121026003537
- Hi, I am doing file attachment for an issue as per the REST api document.I am get gettin ... elp me how to go forward Thanks in advance
- Plugins: RE: Smart issues sort plugin
- # And wrote: > Andrey, I'll publish fixed p ... ng for plugin fix. Did you forgot about it?
- Help: RE: email sendding problem when update 2.2.3 to 2.3.0
- I havent had time to look into it. All I know ... mine since it was 1.x, and I've never had an issue with email notifications before. After upgra ... lem here... that we should be able to solve:)
- I had an older installation of Redmine that w ... , checks for messages and creates or updates issues as appropriate. When it encounters a messa ... tallation. I can't find any details on this issue any where though. I don't know if it was a ... something else entirely! Thank you, Andy
- I'm looking for a way to reorder issues in gantt so that they are sorted by subject ... omething in the source to get this behaviour?
- Hi, I am unable to upload file/images. The ... :68:in `save_attachments' app/controllers/issues_controller.rb:179:in `update' Started GE ... l.erb (8.0ms) Rendered projects/settings/_issue_categories.html.erb (7.0ms) Rendered proj ... :45:in `create' Any Idea, how to fix this issue? Thank you,
- Hello to you This morning when I try to laun ... from D:/Redmine/redmine-2.3.0/app/models/issue_relation.rb:73:in `<class :IssueRelation>' from D:/Redmine/redmine-2.3.0/app/models/issue_relation.rb:18:in `<top ( required)>' ... n>'_* Please what can i do? Thank you...
- Hi all, We currently have redmine 0.9.3 un ... splay's "Internal Error", I cannot see any "issue", Next I have compared the schema from th ... root_id, rgt and lft is missing on the table issues. Can anyone give me hand with this I try ... projects modify identifier varchar(255); Issues fix (Table Issues) alter table issues add parent_id int(11) NULL DEFAULT 0; alter table issues add root_id int(11) NULL; alter table issues add lft int(11) NULL; alter table issues add rgt int(11) NULL; alter table issues add is_private tinyint(1) NOT NULL DEFAULT 0; alter table issues add KEY `index_issues_on_root_id_and_lft_and_rgt` (`root_id`,`lft`,`rgt`); update issues set root_id = id, lft = 1, rgt = 2 where ro ... io,parent_id,root_id,lft,rgt,is_private from ...
- Open discussion: RE: highlight sub issue priorities with a custom css
- I'm using redmine 2.2.2 Which parent div d ... ater version. This is the HTML of the sub issue list inside the issue view: * In the middle theres the mentioned a-tag with the priority of the sub issue <pre> <div id="relations"> <div class=" ... '#new-relation-form').toggle(); $('#relation_issue_to_id').focus(); return false;">Hinzufügen</ ... s</strong></p> <form> <table class="list issues"> <tbody><tr class="issue hascontextmenu" id="relation-123"> <td clas ... iehung mit projektct - <a href="/issues/123" class="issue status-9 priority-6 priority-high2">Task #32 ... reak.png?1358712345"></a></td> </tr> </pre>
- Help: RE: email sendding problem when update 2.2.3 to 2.3.0
- i have spent 3hours on That configuration file for email and you thinking it s an issue if redmine ? do you have any news for That ? thanks a lot
- Help: RE: Redmine 2.2 & Git -> Authentication troubles
- Just for the record: I also had this issue. But there's a simple fix to make authentica ... e.g. below "Require valid-user". The only issue left is that you still get log entries like ... ssion in #11475, but no real solution so far.
- I have a subproject which I want my customers to have access to. I only want them to access "Issues", "New Issues" and "Wiki". Furthermore I don't want them ... o that, either on role, user or project base?
- Development: RE: How to handle SPAM Tickets?
- Just my two cents on this: > Should we del ... I generally make a distinction between _spam issues_ and _test issues_. I usually close test issues with such a note and resolution set to 'invalid'. Spam issues OTOH can be (and are being) deleted. Whethe ... think we should invest time in categorizing issues which are to-be-deleted after all :)
- Open discussion: RE: highlight sub issue priorities with a custom css
- Which Redmine version you are using? I don't see any problem in Redmine 2.3.1. In the issue view (and also issues overview) you can set the style depending on the priority for issues and sub issues. In the issue view you have the priority class in <a>-tag ... >-tag. More over you have no <tr>-Tag in the issue view, do you mean the issues overview?
- I'm using css to highlight the priority status of an issue. This works fine for the issue overview. On this view the issues are marked with _class=".. priority-high3 .."_. But using this css fails to highlight the sub issues at the issue view because the priority is only available ... For example: before: <pre> <tr class="issue hascontextmenu" id="relation-2606"> </pre> after: <pre> <tr class="issue hascontextmenu priority-high3" id="relation-2606"> </pre>
- Hello everybody, I'm not sure if the right ... pdate a custom_field named as Changelog on a issue in my private redmine. For reach this I'm us ... est_api_with_ruby and http://www.redmine.org/issues/6403. So, i tried every code listed abov ... sites and none of them was able to update my issue. The issue doesn't update for any reason I didn't figur ... ubygems' require 'active_resource' class Issue < ActiveResource::Base self.site = 'http: ... aliza_changelog(numero_tarefa, changelog) issue = Issue.find(numero_tarefa.to_i) issue.custom_fields[7].value = changelog.to_s puts issue.save end </code></pre> *Some remarks:* * issue.custom_fields(7).value returns to me the prior value established on issue...