Search
Results (18279)
- Help: RE: Configuring Redmine for non-user tickets
- Hi Anna, welcome to the Redmine community. ... Redmine's REST API allows you to access your issues with scripts and programs so you can create ... t which periodically crawls through your new issues and does your housekeeping work. It would a ... el free to ask. Kind regards, Bernhard
- Open discussion: RE: Redmine 4.1.0 release date?
- Well since there is still one open issue in a roadmap for 4.1.0 and the release date ... reated, as mentioned by Go Maeda a month ago.
- When I use SVN as SCM, add refs #id when comm ... e corresponding changes on the corresponding issue. Using the same method, when commit on Gitlab, the issue on Redmine cannot be tracked to the changes ... CM: Subversion 1.9.7 Git 2.14.1 Filesystem
- Help: RE: Rest API for Activity
- Hi, I'm not sure if it is the same issue. Maybe I did not find /enumerations/time_ ... xml - is api for evidence of the work on the issue (hours) But I want to show in application ... er in tree like on web. Best regards, Tom
- Help: RE: Error during create Issues
- Hi, if I am not mistaken, I saw some report ... ou are using plugins, try to remove them.
- We are in trouble to make users see and edit their own issues without any condition. There are too many p ... plicated to manage memberships to follow own issues. Is there a solution or a plugin for such use? Thanks.
- I'm having problems with my application perfo ... n the database have the following records: "issues" has more than 334823 "custom_values" ha ... The slowest query is : <pre> SELECT `issues`.* FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` WHERE (((projects.statu ... projects.id AND em.name = 'issue_tracking')) AND (((projects.is_publ ... user_id IN (44 , 638))) AND ((issues.is_private = 0 OR issues.author_id = 44 OR issues.assigned_to_id IN (44 , 186, 898)))) ... ,512,516,519,527,531,533,537) AND ((issues.is_private = 0 OR issues.author_id = 44 OR issues.assigned_to_id IN (44 , 186, 898)))) ... 508,514,515,525,528) AND ((...
- Help: RE: Error during create Issues
- Hi, Still same error, here is my Json : {"issue":{"project_id":1151,"tracker_id":2,"status_i ... y, any ideas ? :/ have a nice day,
- Help: RE: Error during create Issues
- Hi, you should send the parameters in a requ ... ype: application/json' https:/REDMINE_SERVER/issues.json -d '{"issue": {"project_id": 1, "tracker_id": 1, "status ... d_to_id": 1196, "is_private": true}}'
- Plugins: RE: Automatic task closure
- Hi, maybe this functionality already exists ... atus named 'hold' and you want to change any issue that is in status 'in progress' that hasn't ... ld call it like this: <pre> $ ./update_old_issues.py 30 'in progress' hold Updating #21 (tes ... d by Redmine via email due status change.
- Hi, I'm trying to create issues by API, the doc do not provide a lot of inf ... ? (cf attachment) Have a nice day, Thx
- Help: RE: Rest API for Activity
- Hi, I have the same problem. I use Rest AP ... alue. I tried to access it via the resource "issue" (issue.project.time_entry_activities), but then suc ... can I read my custom filed in the activities?
- Hi! In configuration i have limit exportation in 2000 issues , but when i try to export more than +700 issues redmine crashes in Redmine 500 error. Any ideas? Thanks
- /home/utsapkota/.rbenv/versions/1.9.3-p0/lib/ ... *Please can somebody help me with this issue. I cant understand what is wrong. *
- Help: RE: Lightbox plugin 2 in issues page
- It is strange that for a long period of time ... uddenly someone will have a similar task too.
- Open discussion: RE: Redmine 4.1.0 release date?
- Martin Loučka wrote: > Bartłomiej Ekiert wro ... s and fixes. The roadmap now shows zero open issues for both 4.0.6 and 4.1.0 so perhaps the rel ... s just before Christmas (December 21 or 22).
- Open discussion: RE: Redmine 4.1.0 release date?
- Bartłomiej Ekiert wrote: > 21 days have pass ... s and fixes. The roadmap now shows zero open issues for both 4.0.6 and 4.1.0 so perhaps the rel ... ne has news please share :). Best, Martin
- Does any issue on Sending reminder emails Advanced configur ... to me. please let me know how i can fix this issue.
- Help: RE: "Close" status
- Go MAEDA wrote: > Maybe the issue has some open children. You cannot close an issue that has open children in Redmine 3.4 or later. Yep, exactly. Thank you.
- Help: RE: "Close" status
- Maybe the issue has some open children. You cannot close an issue that has open children in Redmine 3.4 or later.
- Open discussion: RE: How copy/paste an image in a message
- I'd recommend a adding #Redmine plug-in "Atta ... te You can hit PrtScr button, paste into an issue on Redmine and use a quick cropping tool pro ... ing it without any problems for 5+ years now.
- Help: RE: Change the start date of gantt chart
- Looking for a similar thing. In Gantt-Diagra ... minimum one month in the past to review open issues. Anyone able to give a hint?
- Open discussion: RE: How copy/paste an image in a message
- In the latest Redmine versions you can : - d ... bedded You can see #31169 and the related issues.
- Hello, I have little question. It is possibl ... then is first email truncated and in body in issue is not all. Yes, we can look on original em ... s little confused. Thanks for tips. Max
- Help: RE: "index of /" displayed instead of homepage
- After four years during the another Redmine i ... same problem)) Nevertheless, I've solved the issue by installing: <pre> sudo apt install liba ... mine </pre> Maybe this will help someone.