Project

General

Profile

Search

Results (18206)

Help: RE: How to Create Issue with Hook "controller_issues_new_after_save"
Thank you for the formatting and response. I used global variables, because I had some issue with the instance variables together with th ... my solution here, if I have figured it out. 2022-08-19 08:59
Help: RE: Ho do I import or add new template of issue?
Mischa The Evil wrote: > Simon Leung wrote: ... imported from the template [...] > > That issue might be caused by the fact that it seems th ... or? I created that template on Redmine panel. 2022-08-19 08:48
Help: RE: Ho do I import or add new template of issue?
Simon Leung wrote: > On the other hand, I fo ... irectly import new template instead of using issue template plugin(see attached photo). I do no ... mplate/config.js. Still, it did not work. 2022-08-19 06:18
Help: RE: Ho do I import or add new template of issue?
On the other hand, I found someone could directly import new template instead of using issue template plugin(see attached photo). I do no ... dialogs/template. Still, it did not work. 2022-08-19 06:17
Help: RE: How to Create Issue with Hook "controller_issues_new_after_save"
Some thoughts: * why do you use global varia ... ferences-in-rails-between-new-save-and-create 2022-08-19 06:12
Help: RE: Ho do I import or add new template of issue?
Simon Leung wrote: > [...] only title could ... be imported from the template [...] That issue might be caused by the fact that it seems th ... ng some customized (wysiwyg) text editor. 2022-08-19 05:55
Help: RE: Ho do I import or add new template of issue?
Actually, I have installed that issue templates plugin previously. To create a new issue, only title could be imported from the templ ... rted from the template(see attached photo). 2022-08-19 05:44
Help: RE: Cannot change issue status
Our current implementation allows users to create and modify any information in their issues if the issue state is "New". How can we configure the user role to let her modify only the state of a "New" issue and no other attribute? (That would be the s ... mine version-4.2.4.stable + Additionals-3.0.3 2022-08-18 21:40
Open discussion: RE: how to change status without "Edit issues" roles
Our current implementation allows users to modify any information in their issues if the issue state is "new". How can we configure the user role to let her modify only the state of a new issue and no other attribute? (That would be the s ... : additionals 3.0.3 2022-08-18 21:23
Help: RE: Ho do I import or add new template of issue?
There is a plugin, where you can customize yo ... d) https://github.com/akiko-pusu/redmine_issue_templates I hope this is good solution for you. 2022-08-18 15:15
Help: How to Create Issue with Hook "controller_issues_new_after_save"
Hi, I'm trying to create an Issue with changes after an Issue is created. No new Issue is created and no error is in the log. My ... <pre><code class="ruby"> def controller_issues_new_before_save(context={}) $IssueProject = context[:issue].project $IssueAuthor = context[:issue].author $IssueTracker = context[:issue].tracker $IssueDescription = context[:issue].description end </code></pre> <pre><code class="ruby"> def controller_issues_new_after_save(context={}) Issue.new( :author => $IssueAuthor, :project => $... 2022-08-18 15:07
Plugins: RedmineUP-CRM issue
Hi there, I'm using the light version of t ... ave any suggestion for Contacts alternatives? 2022-08-17 14:18
Help: Ho do I import or add new template of issue?
I want to add or import new template of issue(see attached photo)? How do I do? 2022-08-15 10:50
Help: Upgrade 4.1.1 to 5.0.1 filters for issues do not work
I'm trying to upgrade from: <pre> redmine ... <pre> If I go to a project and click on the issues tab, the "v Filters" label shows up but t ... on "Options" has no effect. (Clicking "New issue" seems to work.) </pre> I have tried com ... size changes, but I suspect that is not the issue; they are all text fields. Suggestions / thoughts? 2022-08-13 00:28
Help: RE: How to Define "Due date" by create issues from emails?
I found the keywords list in wiki. But the ke ... t shown on "Description". As the photo below. 2022-08-12 11:45
Help: How to Define "Due date" by create issues from emails?
Hi, I was trying to create some issues by email. I know that I can define the issues' Project by the key word "Project" and the ... ce for your help. Best regards, Spike 2022-08-12 10:32
Help: RE: Inline editing of issue attributes
At RedmineX, we are currently working on this ... /www.redmine-x.com/redmine-x-plugins/roadmap/issue-list-inline-edit. Estimated time of release: ... d. Michael from https://www.redmine-x.com 2022-08-11 13:36
Help: RE: Need to understand find_project_rep ... epositories_controller (potential paid work?)
That was it! Changesets ended up getting loaded by the plugin, but it looks like they may have an issue being saved: <pre> Completed 404 Not Found ... mine/sudo_mode.rb:61:in `sudo_mode' </pre> 2022-08-10 18:27
Development: RE: bounties, crowdfunding: how to fund things in Redmine?
Thanks for the feedback. I generally agree ... those points there? https://www.redmine.org/issues/5458 The question that arises then is ho ... ht amount of money and share it around fairly 2022-08-04 21:00
Help: RE: Has 500 Internal Server Error when upgrade 4.1.1 to 4.2.7, please help.
BTW, I found 1 issue will cause Internal Erro 500, if execute <pr ... -system 3.1.3 </pre> I had reproduce this issue serval times. Just noted. 2022-07-29 11:46
Help: RE: Has 500 Internal Server Error when upgrade 4.1.1 to 4.2.7, please help.
Go MAEDA wrote: > Could you try replacing th ... ork.. wish can help others who have the same issue. :) # Install apt packages <pre> sudo a ... ce apache2 restart </pre> # Working good... 2022-07-29 05:34
Help: Has 500 Internal Server Error when upgrade 4.1.1 to 4.2.7, please help.
I try to upgrade OS and Redmine from 4.1.1 to ... shows 500 Internal Server Error when I click issues or admin/Settings, I found the Error messa ... els/query.rb:134:in `initialize' app/models/issue_query.rb:256:in `new' app/models/issue_query.rb:256:in `block in available_columns' app/models/issue_query.rb:256:in `collect' app/models/issue_query.rb:256:in `available_columns' app/mod ... els/query.rb:1003:in `statement' app/models/issue_query.rb:324:in `base_scope' app/models/issue_query.rb:329:in `issue_count' app/controllers/issues_controller.rb:51:in `block (2 levels) in index' app/controllers/issues_controller.rb:49:in `index' lib/redmine/su ... mine_hearts 2.0.1 redmine_issue_templates 1.1.0 redmine_... 2022-07-28 10:32
Help: RE: Adapt issue overview for all users
Thank you VERY much! I see Version 5.0.0 a ... his question. Thank you! Plastikschnitzer 2022-07-24 12:14
Help: RE: Adapt issue overview for all users
Plastik Schnitzer wrote: > if I want to adapt my issue overview, for example add fields which are n ... ily do that with the options shown above the issue list and apply it. FYI and FTR: when filters are _applied_ to the issue list (and the gantt and calendar for that matter), you'll be creating a [[RedmineIssueList#Applying-and-saving-filters|custom query]] (more specifically a custom issue query) that is +in-memory+ (i.e. not saved i ... equently _saved_ (which is possible from the issues list and the gantt), it becomes a custom qu ... se (as a "@query@" entity of the [STI] type @IssueQuery@). Plastik Schnitzer wrote: > How c ... AEDA wrote: > > Now you can set the default issue query per app/project/user. The project-leve ... es: > > > > * App-level: Administration > Issue tracking > Default Query > > * Project-level: Settings (project) > ... 2022-07-24 08:27
Help: Adapt issue overview for all users
Hi all, if I want to adapt my issue overview, for example add fields which are n ... ily do that with the options shown above the issue list and apply it. How can I change this ... possible? Best regards, Sebastian Depke 2022-07-23 18:55
(851-875/18206)