Search
Results (18279)
- Help: RE: Change the word "Issues" to "Processes", How?
- Hi. This is really helpful as I'm just start ... nagement tool and "Tasks" suits better than "Issue". The Redmine I'm running is version 3.2.6. ... ? Any advice would be great. Thanks. David
- Help: RE: Prefill issue via URL and validate
- Tomasz Mirecki wrote: > Hello, I was managed to prefill issue via URL, but I am wondering if it is possibl ... ST API]] suitable for you? You can create an issue with a single HTTP request.
- Hi, I recently upgraded my redmine install ... ng to delete an object (e.g. a wiki page, an issue), and when on Safari (no such problem on fir ... ircumstances like when adding watchers to an issue, or when entering a new code review with the ... inted me to the actual problem. Any idea?
- My environment : Cents OS 7.5 with redmine 3 ... /Location> @ I tried to isolate the code issue in Redmine.pm and I found it was in sub is_m ... ble WS repo in Redmine config. Regards
- Help: RE: Old issues workflow don't work
- Ok, after a few hours I realized that there i ... m. In this version of Redmine (3.4.6), if an issue has children with 'No resolved' status, it c ... e this thread could help someone. Regards.
- Hello, I was managed to prefill issue via URL, but I am wondering if it is possibl ... It will be a huge time saver for me. Thanks.
- Hi, I've migrated a redmine database from ... ems to be fine, but when I try to set an old issue status to another (which is defined in workf ... ombo. This insn't happen when I create a new issue under this redmine installation (only happens with migrated issues). Any help? Thank you. Edit: OS ... ns: redmine_git_remote 0.0.1
- Hi! I have Redmine running locally under W ... Redmine plugins: redmine_issues_tree 0.0.12 </pre> I try to ... ut there is nothing happening in Redmine. No issue is added, nor is there any other changes. Wh ... or folders are the emails moved? Thanks!
- Open discussion: RE: Redmine API to get custom field for a particular project
- Projects custom fields can be obtained with " ... s/redmine/wiki/Rest_Projects . I think that issues custom fields associated to the project can ... proposed patch "here":http://www.redmine.org/issues/18875#note-8 .
- Open discussion: RE: Redmine as project management for non software development?
- Hello I'm Alessio from Italy and I work as Op ... ms (so software, hardwere, industrialization issues and so on) * management of non conformitie ... se Redmine also for non software development.
- Hello I'm Alessio from Italy. It's the fir ... form you all,. During our activity we use issue with a lot of watchers because all these wat ... le that in some way could be involved in the issue. What I would like to customize is the email notification when I open a new note in the issue. If you see my attached file I would like t ... er could read if the watchers enter into the issue but with the email notification only, for ex ... t for me!!! Thanks in advance to everyone.
- I have this URL, it works fine, but here I ha ... 6) of the version: /redmine/projects/test/issues.xml?utf8=✓&set_filter=1&f[]=fixed_version_i ... ame of the version? Thankful for any help!
- Open discussion: RE: Email notifications
- Hi, we have the same issue at jasoren.com. Have you solved the problem? ... se how to do it. Thanks in advance, Maria
- Hey guys, I have the mission to link a request issue to the project the request is related to. F ... o my needs? Thanks in advance, Bernhard
- Open discussion: RE: it possible to add group as a watcher Redmine 3.4.4 stable?
- Hi cleber souza, the plugin you mentioned takes 100% CPU when displaying the issue with groups watchers.
- Can we get some more flexibility in the email ... istrator did a project copy, and now all the issues in the new project are authored by him and ... projects, he can't disallow them in any way.
- Our development team is trying implemented an ... e documentation about rest API for bulk edit issues? Any help is highly appreciated. Best regards, Abdul Haseeb https://www.ahdesign.ae
- Hi, I Have some users outside my development team whom I gave the permission to see their own issues and issues assigned to them. I don't need them to see other issues. So far so good. Problem arises when they c ... 0.3.0 progressive_projects_list 3.0.1
- Plugins: RE: Can't create new or view existing issues detail after install checklist plugins
- Periyanto, thanks for your confirmation. I ... ly helpful to support quickly, like creating issues. You can get these informations from Redmi ... SQL, PostgreSQL) and its version * Rails Env
- Plugins: RE: Can't create new or view existing issues detail after install checklist plugins
- yes....i already follow the instruction from the plugin
- Plugins: RE: Can't create new or view existing issues detail after install checklist plugins
- Did you run migration task to setup addition ... ease re-confirm README or installation guide.
- Open discussion: RE: Redmine.org tickets vote count list
- I created a prototype site of the ticket vo ... n. https://github.com/ojde/redmine-vote_on_issues-plugin The site URL are as follows. ( ... redmine.org/redmine/projects/redmineorg-copy/issues URL as of 2018/12 http://150.95.132.208/redmine/projects/redminet15-orgcopy/issues !http://www.redmine.org/attachments/down ... s/download/21826/redmineorgcopy-vote.png!
- Open discussion: RE: Redmine as project management for non software development?
- Hi Eugen. I’m not sure if I could figure out ... tform to support corporate staff’s technical issues, questions and so on. * Use Redmine for pr ... Bernhard, thanks for your detailed comment!
- Open discussion: RE: Redmine as project management for non software development?
- Hi Eugen, welcome to the Redmine community ... your requirements and habits. Redmine is an issue tracker what means that it collects informat ... m. In Redmine every task is created as an issue. An issue has a start date, a due date and a target ve ... estone). If you add this information to your issue, it's shown as a bar in the Gantt chart and ... the Roadmap under it's given target version. Issues can have subtasks ( also issues ) which can be created by either clicking on "Add subtask" in the issue's details view or by filling out the field "Parent issue" with the appropriate issue number in the issues creation form. If you watch the details of an issue (clicking on the subject in the issue...
- Hi, I'm working on a plugin which already ... Query as an argument to get the appropriate issues but I'd like the plugin to sort the issues according to the sort order specified by th ... ", "asc"], ["id", "asc"]] </pre> and @query.issues(:order => query.sort_criteria)@ results in ... e> ORDER BY cf_4.value asc, cf_5.value asc, issues.id asc </pre> Is there something I'm mi ... obviously works in @redmine/app/controllers/issues_controller.rb@ but I just can't figure it o ... t at the top of the function, @build_list_of_issues@. I want to replace the sort there with th ... criteria by just using the order option of @issues()@. # I'm really new at Ruby, Ruby on Rail ... nything about what I know. Thanks, Albert