Project

General

Profile

Search

Results (18264)

Open discussion: RE: Allow issue assignment to groups; regex filter
Right, so we use that feature. What we are lo ... bled, the users can see all the groups. 2020-03-22 22:06
Help: using API to close an issue?
Trying out: <pre> curl -v -H "Content-Typ ... ine-API-Key: secret" https://myredmineserver/issues/1927.json </pre> where the status of issue 1927 is 1, new. This gives no errors on th ... shown: (dutch version) <pre> Started PUT "/issues/1927.json" for IP at 2020-03-20 15:30:50 +0100 Processing by IssuesController#update as JSON Parameters: {"issue"=>{"status"=>{"id"=>5, "name"=>"Gesloten"}}, ... > The close.json file contains: <pre> {"issue":{"status":{"id":5,"name":"Gesloten"}}} </p ... rights)? Any thoughts, suggestions? 2020-03-20 16:01
Open discussion: Problem displaying nested issues
Hi, I'm having trouble with nested issues in Redmine. I added a parent to an issue, which then made that issue show up as nested under the parent. When I added a second issue, it was not nested. I tried adding another issue using "add subtask" from the parent but with the same result. Is there a reason only one issue will nest under the parent? 2020-03-19 01:01
Open discussion: RE: Allow issue assignment to groups; regex filter
shawn freeman wrote: > We use several groups within Redmine, but only want to allow issue assignment to groups that begin with "PM" (t ... . In settings is field like "Enable assignee issue to groups". Is it what you looking for? Or y ... name for assigment and another keep to hide? 2020-03-18 17:22
Open discussion: RE: Update on ubuntu fail
Hi, running upgrade on ubuntu 18.04 server, I get a similar issue ... <pre> Errors were encountered while ... ke to fix it before runing into more serious issue. My environnement : <pre> Environment ... sql2 </pre> Any help ? Thanks in advance 2020-03-17 16:43
Open discussion: RE: Have history filter in "available colomn" of options to display it on issue
Hello. Did you find a solution? 2020-03-17 13:46
Plugins: Proper plugin development documentation
Hi, i was not able to find a proper documenta ... ionality of the ticket view. I see calls to *IssuesHelper.send*, *self.included*, methods *rend ... ence doc showing all the core functions like IssueHelper or how i use the features on init.rb? 2020-03-15 23:20
Open discussion: Have history filter in "available colomn" of options to display it on issue
Hello, I'm not sure to be in good topic, d ... er (for example "#6") when I display all the issues. For example Tracker|Status|Subject|His ... it take to develop one. Thanks Karine 2020-03-12 11:28
Help: How to migrate Redmine v1.2 -to- v3.4/4.1 ?
I'm trying to upgrade a Redmine v1.2.1-2 inst ... ll only error out. I can fix those two table issues but then there are many others and I'd hope ... 9424 - Convert migration file from 4.2 to 5.2 2020-03-10 21:29
Open discussion: The request destroys all free disk space
I am new to Redmine and Ruby, and also apolog ... S t2_r4, roles.permissions AS t2_r5, roles.issues_visibility AS t2_r6, roles.users_visibilit ... S t2_r4, roles.permissions AS t2_r5, roles.issues_visibility AS t2_r6, roles.users_visibilit ... blem? I would be very grateful for any help. 2020-03-10 09:11
Help: RE: Development problem: issue field, similiar to 'Version' field
I've solved it: wrong combo-box id in Ajax reply (app\views\...\create.js.erb). 2020-03-10 08:08
Help: RE: Author name in from address in notifications
Please see https://www.redmine.org/issues/5913#note-17 2020-03-09 21:00
Plugins: [SOLVED] How to output HTML from the plugin
Hi. I'm finishing a plugin that is a Custom F ... p to the user, instead of raw text, when the Issue is shown to the user. My question is: Am ... ugin and the question. h1. The plugin in Issue New/Edit mode !Screenshot-2020-03-09-15-42-31.png! h1. Showing the Issue !Screenshot-2020-03-09-15-42-54.png! ... _value return something like below, the List Issues/Tasks outputs the result as HTML. <pre> ... doesn't work when the user SHOW a particular Issue:* !Screenshot-2020-03-09-16-15-05.png! 2020-03-09 20:07
Help: RE: Format custom field as a link
Glailson Nogueira wrote: > Hello! I'm having a issue with formatted_value. I have a plugin that s ... beacause the url is not default, it changes. 2020-03-09 16:10
Help: Format custom field as a link
Hello! I'm having a issue with formatted_value. I have a plugin that s ... lue["number"], value["url_link"] Any help? 2020-03-09 15:29
Development: AWS RDS SSL connection Error mysql2 in Redmine database yml
Hi, I have hosted redmine on AWS it was wo ... *We're sorry, but something went wrong. The issue has been logged for investigation. Please tr ... ease help me to resolve this error. Thanks 2020-03-08 12:09
Help: RE: How to install the 'code snippet' plugin in CKEditor?
Refer: https://github.com/a-ono/redmine_ckeditor/issues/137 https://github.com/a-ono/redmine_ckeditor/issues/21 2020-03-07 10:17
Help: RE: Send notification when new issue created by email ?
No-one has the same problem ? 2020-03-07 06:28
Help: RE: How to add Google Drive Token to the Redmine Environment?
I found the solution on githab: https://github.com/Mordorreal/redmine_document_library_gdrive/issues/8#issuecomment-352197952 2020-03-07 01:16
Help: How to add Google Drive Token to the Redmine Environment?
Hi guys, Can you help me please with this issue: I'm trying to set up the plugin: https://r ... nformation? In production.rb file? Thanks! 2020-03-07 00:58
Help: RE: Delete Tickets after 2 years closed
I don't know about any plugin to do it. Bu ... <pre> > cd /the/path/redmine > rails c > Issue.where("closed_on < '2019-08-01 00:00:00'").delete </pre> 2020-03-06 17:48
Help: RE: I want to change the background color according to the status
Bernhard Rohloff wrote: > There are many dif ... whole page or just the status field, or the issues background. I don't have a clue right now. ... 13 { background-color: #FDF499; } </pre> 2020-03-06 17:37
Open discussion: RE: Strike-through text is defaulted in application
Hi Steve, welcome to the Redmine community! The reason for your issue is that Redmine interprets a number with a *@#@* at the beginning as reference to an issue number. Because of that it renders it as a clickable link to the issue. If the issue is closed then Redmine renders the text with ... xtile|Textile]]. Kind regards, Bernhard 2020-03-06 06:52
Help: RE: I want to change the background color according to the status
There are many different elements on the user ... whole page or just the status field, or the issues background. I don't have a clue right now. Kind regards, Bernhard 2020-03-06 06:32
Open discussion: Show off my work - Openmind - a Redmine theme
Hello, I have made a theme called `Openmi ... L. ( https://terryl.in ) *Screenshots* Issue page !https://github.com/terrylinooo/openmind/raw/master/screenshots/screenshot-issue.png! Overview page !https://github.com ... ki-page.png! ^^ I hope you guys like it. 2020-03-06 03:28
(1851-1875/18264)