Project

General

Profile

Search

Results (18279)

Development: How to call plugin method within new issue page?
I am new to redmine and creating sms sending plugin and trying to integrate it with issue module (within New Issue). I have created one button and one custom field (text field) on "new issue" page/form? Can you guid me how can i acces ... Any tutorial are also welcome. Thanks 2017-11-09 05:59
Help: Issues with my activity
I woud like to see 1) list of issues with my comments 2) list of issues that were once assigned to me Is it possible? Thanks! Peter 2017-11-08 18:22
Help: RE: What's the best way to report time spent by developers on each issue?
Look to "Timesheet plugin":https://github.com ... It works even in the newest redmine version. 2017-11-08 09:46
Help: RE: Get Redmine Status change messages
Hi Aditya, I think I understand, what you try to make. You want so separate the "brand new" issues from the "reopened" once. So if you make it ... age of the REST Api. There your get all your issue information in either json or xml format whi ... n you need. My steps would be: * Fetch issues with status "new" including its journals * ... * If there is a status change, discard the issue. (a new issue shouldn't have one) You can find a good ... Good luck and kind regards, Bernhard 2017-11-08 06:10
Help: What's the best way to report time spent by developers on each issue?
Hi, I need to produce some MI reporting on how much time developers spend working on individual issues. I want to be able to get a breakdown of each issues, who has worked on it and how much time the ... table that logs time spent entries for each issue, although the data must exist somewhere to b ... hich is the best one? Many thanks, Lins 2017-11-07 16:32
Help: RE: View former version of issue
Hi Tim, AFAIK it's not possible to get the 'original view' of an issue at a specific point in the past. If you chan ... er your URL as follows: @redmine.example.org/issues/5.json?include=journals@ This example returns all changes for issue @#5@. Kind regards, Bernhard 2017-11-07 16:01
Help: View former version of issue
Hello everyone, when I edit an issue's description, a note "Description updated" is added to the issue. I can then view a diff between the old vers ... to query the complete old description of an issue? Ideally, I would like to view the issue as it was at any given timestamp. Is this possible? Kind regards, Tim 2017-11-07 10:34
Help: RE: REST web service call to get specified issues in CSV format with a specified set of columns, including description
Thanks for the response, I added the version number to the original post (3.2.1). 2017-11-06 13:52
Plugins: RE: Redmine Patch "Comments on closed Issues"
Hello We need some help to this topic agai ... er it is still possible to comment on closed issues… I tried to understand “what the patch” is ... -file. Thanks in advance for further tips. 2017-11-06 12:55
Plugins: RE: Redmine Issue History Tabs Plugin
issue tabs plugin translates to russian by default for time spent on our 3.3.4 2017-11-05 09:38
Help: RE: REST web service call to get specified issues in CSV format with a specified set of columns, including description
Redmine 3.4.x can export CSV issues with description. Before 3.3.x, My result is same (without description). 2017-11-04 01:50
Help: REST web service call to get specified issues in CSV format with a specified set of columns, including description
Hi, I am trying do a REST query to redmine for a set of issues, and receive a CSV of the results with cert ... e, however I can't figure out how to get the Issue description field. All the other fields com ... site when you include show description in an issues list and click the CSV link in the lower ri ... the dialog comes up. Here is my query: issues.csv?limit=100&project_id=107&tracker_id=1&s ... ck is to do an xml query for the same set of issues and just stitch it together in the resultin ... We are running version 3.2.1. It may be an issue with our version. 2017-11-03 15:08
Open discussion: RE: update issue done ration
Many thanks for your help! 2017-11-03 13:29
Open discussion: RE: update issue done ration
We are currently using the Bitnami VM with Re ... essage#50479... Kind regards, Bernhard 2017-11-03 13:26
Open discussion: RE: update issue done ration
already solved :) this topic can be deleted - if someone has deleting rights 2017-11-03 13:26
Help: RE: Close Tickets and set 100%
Hi Martina, in @vanilla@ Redmine you have ... e appropriate field or you can correlate the issue status with a specific ratio. In the second case, the %done ratio changes with the status of your issue. This behavior can be set in **Administration > Settings > Issue Tracking > Calculate the issue done ratio with**. Afterwards you can set a done ratio in the **Administration > Issue Statuses** menu. Don't forget to update the ... g tickets after you've made the changes. !issue_done_ratio.png! There is also a "plugin": ... both modes. Kind regards, Bernhard 2017-11-03 13:17
Open discussion: update issue done ration
We are using bitnami redmine-stack installer, ... ction I should be able to define the "update issue done ratio" Is this not longer possible in our version? Why? We do not have the button "update issue done ratio" Thanks for your help! 2017-11-03 13:15
Help: RE: Redmine 3.3.3 IMAP Cron Job Failing
I have exactly the same issue and I am looking to set cron job. I want ... and from the whole users to send mail alerts. 2017-11-02 22:56
Open discussion: How to show field "has revision" in isues list?
Are there any such feature? The idea is th ... o that I can see select them and see them in issues list and also in queries. brgds 2017-11-02 15:17
Development: RE: Auto-Close parent after his children are closed.
Can't get it to work. When I copy the 'def parent_close' code into the issues_helper file Redmine won't start anymore... Redmine version: 3.3.0 2017-11-01 22:12
Open discussion: RE: User Story Acceptance Criteria
>If an issue is entered as a 'Story', is there a way to e ... per his specifications and requirements. 2017-11-01 15:43
Help: RE: redmine timesheet plugin issue
can any one help me with this issue? 2017-11-01 06:07
Help: Connection Refused Error Port 9292
I'm experiencing some odd behavior in 3.4.2. ... ne else if you you are the originator of the issue. Any help is appreciated! <pre> Errno:: ... models/journal.rb:82:in `save' app/models/issue.rb:1841:in `create_journal' app/models/issue.rb:212:in `create_or_update' app/controllers/issues_controller.rb:558:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:546:in `save_issue_with_child_records' app/controllers/issues_controller.rb:168:in `update' lib/redmine/sudo_mode.rb:63:in `sudo_mode' </pre> 2017-11-01 00:26
Help: RE: "Sort" and "Group Results by" not ... multiple values Custom Field formated as List
Mischa The Evil wrote: > .... which seems to ... kup and didn't find a similar request in the issue pool)... Hi, I have the same issue. I'm putting RACI model in place and need multiple-valued field for issue's Responsible. So, I definitely need sorting and grouping on the field. It appears no one has issued the feature. Have you guys found a workarou ... ahead and request the feature? Cheers 2017-10-31 10:17
Open discussion: RE: Proxy Error 502
In our case every action that spends more than 60s (massive issue actions, repository refresh,...) returns a p ... cannot change so we have to live with it :-( 2017-10-31 10:10
(3126-3150/18279)