Project

General

Profile

Search

Results (18267)

Help: Auto Assign Issue to the Issue Reporter / Last Comment by in case no update by Assignee for 4days
Hi, We are looking for a solution where in case an Issue receives no response from the Assignee for x ... n to gave the last comment or who raised the issue.. Please advice how do we configure redmine for the above... Thanks in advance. 2017-06-14 14:23
Help: RE: How to rebuild Issue nested set tree
Here's a fixed and improved version of the re ... - CREATE EXTENSION ltree; BEGIN; -- Lock issues for updates for the duration of the transaction. -- Comment this out, if you need to allow issue updates while the rebuild is running, -- but this could cause new or moved issues with wrong lft / rgt nodes. LOCK TABLE issues IN EXCLUSIVE MODE; -- build hierarchical ... ent/static/ltree.html CREATE TEMP TABLE tmp_issues ON COMMIT DROP AS WITH RECURSIVE t AS ( ... lpad(i.id::text, length((select max(id) from issues)::text), '0')) AS path, i.id, i.parent_id --, subject FROM issues AS i WHERE i.parent_id IS NULL UNION ... lpad(i.id::text, length((select max(id) from issues)::text), '0'), i.id, i.parent_id --, subject FROM t JOIN issues AS i ON t.id = i.parent_id ) SELECT row_n ... path WITH DATA; CREATE UNIQUE INDEX tmp_... 2017-06-12 14:21
Job offers: CLOSED - New Plugin needed - redmine_time_wallet
Update - did it with back end process instead ... elf. 2) log a time credit against a project issue for an initial time value (should be standard) - checkbox indicates it is a 'wallet' issue and verifies that there is only ONE such issue for that project/user i.e. you can only have ... b>validate_time_entry) 4) allow log time on issue CREATION not just issue update - this is important - right now you have to create an issue then you can log time to it. I want to create an issue and see the time log fields when I create that issue. 5) when time is logged on a project that i ... d negative time debit to project/user/wallet issue. 6) total balance on time wallet issue should not be allowed below zero 7) When yo ... wallet project not set </pre> 1) Create issue... 2017-06-11 23:06
Help: RE: Failure to restrict access to issues
Please describe more details. What *role* user can view and edit regardless of the assignment? 2017-06-11 14:16
Help: RE: Report with issue details from journal
I can't believe nobody else asked for this. ... y all users that were involved in particular issue resolution. It is possible to find that info in Journals table. 2017-06-11 09:44
Open discussion: When using the file-protocol in an issue an Error 500 appears
Hello, we have a strange behavior when we edit an issue and we insert a link of type file/// In a specific example I edited the issue indicating to a file file:///D:/__Project ... html After the changes were submitted the issue showed the error message _Redmine 500 error_ ... <% end %> 24: <%= render_notes(issue, journal, :reply_links => reply_links) unles ... 26: </div> 27: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journ ... /github.com/schneems/sprockets_better_errors/issues/28 where a user says to remove _sprockets_b ... l from the proper journal-entry and then the issue was shown normally. Afterwards I inserted ... 1.0.0b </pre> 2017-06-09 14:04
Open discussion: Issue edinting - back query
Hello everybody, I came from Track and made ... Track there is a link "BACK TO QUERY" in the ISSUE editing form. Through this button if I opene ... achieve the same result ? Thanks, Claudio 2017-06-09 13:09
Plugins: RE: Issue Template plugin
Thanks for feedback! And could you explain ... tchers list in the template? > > Thanks. 2017-06-09 13:04
Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
OK. Thank you! 2017-06-09 12:12
Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
_to Eri Onoda_ Hello Is it possible for ... ngs some great improvements, and solves some issues (like line break in descriptions) Stéphane 2017-06-09 11:05
Help: RE: Migration 3.0.3 -> 3.3.3 : Custom Fields and default values
don't worry ;o) I patch it in a plugin and ... # The fix for http://www.redmine.org/issues/21074 have an unexpected behavior : ... lue instead of empty # It's a redmine issue, followed by http://www.redmine.org/issues/25726 , not fixed yet. # # With previous implementation, we fix this issue 25726 and we just have the 21074 issue which is more limited : # - We need 2 ... - We have to change the tracker of a Redmine issue def initialize(attributes=nil, *args) ... MyCore::Models::MyCustomValue) </code></pre> 2017-06-09 08:43
Help: webApp link to redmine wiki with authentification
Hello, I use Redmine in this environnement ... i open a window with url to wiki : [[http://issues.sapaig.fr:5080/projects/documentation-webap ... w with url to wiki with API key : [[ http://issues.sapaig.fr:5080/projects/documentation-webap ... way to grant access to all the wiki ? 2017-06-08 17:54
Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
Hi, thank you for developing very useful p ... We are using Redmine 2.6.9.stable and wiki_issue_fields 0.4.7. Awaiting your prompt reply. Thanks. 2017-06-08 01:55
Help: RE: Is it possible to not notify groups but only individual users?
Hello, i think it's difficult without to get round : delete enrolment B from group 1 and create issue, and recreate enrolment B and edit issue ... ... humbly. 2017-06-07 17:19
Help: Is it possible to not notify groups but only individual users?
Is there a setting for disabling notification ... like is the following: - User A creates an issue and assigns it to group 1 (user B is member ... ceive any notification - User A edits the issue and re-assigns it to user B --> User B gets notified 2017-06-07 15:14
Help: RE: Migration 3.0.3 -> 3.3.3 : Custom Fields and default values
Ema Nymton wrote: > In 3.0.3, Redmine displa ... stom field ! If you are talking about the issue detail view here, then you're experiencing a ... roduced with Redmine version#102. See #25726. 2017-06-06 16:55
Help: Migration 3.0.3 -> 3.3.3 : Custom Fields and default values
Hi, I try to migrate from 3.0.3 to 3.3.3 a ... My Redmine database is old and I have some issues where some custom fields does not exist at ... re old behavior until fix in future version 2017-06-06 13:30
Help: RE: LDAP login execution expired
Can anyone help with this or should I raise an issue? Thanks, Ben 2017-06-06 10:55
Help: RE: Cross-Origin issue creation
*Issue resolved!* _acosonic_ from IRC channel, dir ... nse-headers-allowing-everything-through". 2017-06-05 14:13
Help: Cross-Origin issue creation
Hi, I'm having trouble with Redmine API. What I'm trying to do is create an issue as an anonymous user, from a different origi ... ctor. GET method works however - returns all issues of the public project. I have set to allow anonymous users to create issues on this public project. _Console logging the following errors:_ <pre> OPTIONS ..issues.json 404 (Not Found) XMLHttpRequest cannot load ..issues.json. Response for preflight has invalid HT ... eedback site. This button should create an issue in Redmine with user input. The user is subm ... redmine_people 1.2.0 </pre> 2017-06-05 10:27
Help: RE: Customize "New issue" form and "overview"
I think you can achieve what you need (at lea ... g the custom fields, since the order in the "issue overview" (in Redmine terminology, the issue show view) and the new issue form is determined by the order of the custo ... ption and subsequent "subtasks" and "related issues" sections) and _standard fields cannot be r ... t-yet-released Redmine version#119. See that issue for the details about it. HTH. Please let me know if you have additional questions. 2017-06-02 14:26
Development: EasyQA Press Release
Hi, Redmine Team. My name is Yana Gusti. I ... is integration is synchronization of Redmine issues and EasyQA Agile Board. Here you can find m ... Petefi sq., 47/706, 88000, Uzhhorod, Ukraine 2017-06-02 14:12
Help: RE: Date and time settings problem.
Marius BALTEANU wrote: > It is not a problem ... TS. The first one is another, long-standing issue though: #668. 2017-06-01 22:58
Help: Creating issue in redmine
Hi everybody, I currently am facing a weird problem when trying to create an issue in redmine. The problem I am having is, everytime I try to create an Issue via the Redmine Java API, the redmine server ... t the second line, when trying to create the issue. When I try to set the custom field before, ... cannot set a custom field before creating an issue?) This is my code: <pre><code class="java"> // Create issue Issue issueToCreate = IssueFactory.create(154, "some subject"); Issue createdIssue = issueManager.createIssue(issueToCreate); </code></pre> Has anyone encou ... maybe even a known bug? Thanks in advance! 2017-05-31 10:05
Help: RE: Install of 3.3.3 fails when trying to load default data
So the problem is that the migration process ... Setup up 002 Issue move up 003 Issue add note up 004 Export pdf up 005 Issue start date up 006 Calend ... (SuSE Linux Enterprise 12 SP2). cu, Frank 2017-05-30 14:19
(3351-3375/18267)