Search
Results (18267)
- Plugins: RE: Redmine Patch "Comments on closed Issues"
- Relating to #13814#note-14 the feature seems ... itionals" plugin. Maybe you want to file an issue on their Github page and ask them if its int ... https://github.com/AlphaNodes/additionals
- message#53892 #13814 Is there anybody out there, with new ideas to this topic?
- Help: RE: Problem to access "Settings" from A ... menu after upgrade from 3.3.0 to 3.4.2 stable
- Fundoo Site wrote: > *Production log is atta ... The log file shows: @ Index name 'index_issues_on_parent_id' on table 'issues' already @
- Quick Background: We are using the Redmine ... o include a "Send to Slack" checkbox on each issue form (both new and updates) that is checked ... ght I'd just generate a monkey patch for the Issue model, adding an `attr_accessor :send_slack_ ... bute to a model, but is available during the issue CRUD workflow.
- Open discussion: RE: Receiving emails from Office365
- Hi why the fix on https://github.com/Atm ... t be possible that the automatically created issue from the incoming email would only take the ... the notification and it creates a very long issue with 80% of it being the copy of the previous entry. thanks cyril
- Help: RE: Having an issue getting the assignee field to be required when creating a new issue
- Also, the assignee field is not being require ... o "in progress", or any of the other options.
- Hello, We currently use Redmine for a help ... chs are required to have any new or existing issues assigned to a person/group. I have been rea ... still not being required when creating a new issue. I have tested this on a few of our projects ... ers assigned to our NOC Technician role, and issues are still able to be created without settin ... se advise what I am doing wrong? Thanks!
- Help: RE: Allow watchers to comment on issue
- I reproduced your described behavior and it s ... an add "Non Member" users as watchers to the issue.
- Help: RE: Allow watchers to comment on issue
- Bernhard Rohloff wrote: > Go into @Administr ... er@ and check the option @Add notes@ in the "Issue Tracking" section. Thank you, this worked ... No way to enable for "Non public" project? :)
- Help: RE: Allow watchers to comment on issue
- Go into @Administration > Roles & Permissio ... er@ and check the option @Add notes@ in the "Issue Tracking" section.
- I would like to allow watchers to comment on issue they are watching even if they are not on th ... e to do in redmine to enable this? Thank you.
- I"m currently trying to delete projects that have issues with hours associated withe them. For reas ... e encountered this or know of a work around?
- Help: RE: Issues with my activity
- If you have a newer version of Redmine, ther ... ption "Updated by" which gives you a list of issues you are involved. A particular filter for comments is AFAIK not implemented, yet.
- 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
- 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
- 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.
- 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
- 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
- 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
- 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
- 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).
- 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.
- Plugins: RE: Redmine Issue History Tabs Plugin
- issue tabs plugin translates to russian by default for time spent on our 3.3.4
- 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).
- 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.