Project

General

Profile

Search

Results (18290)

Help: Adding Category Field to a New Ticket
Hi - brand new to Redmine and have a very bas ... tegory" as a column to my tickets within the Issues tab. However I don't see any method of actu ... ng ticket? Any help would be appreciated. Thx 2016-10-25 18:13
Open discussion: Java Rest API, unable to fetch issue by issue id
Hi All, I have requirement to get issue details like 'subject', 'created date' and other custom fields, based on issue id, through java rest api. I have a running java program which fetches issues by query id. Java rest api verion is 2.2 ... , any help, is appreciated. <pre> mgr.getIssueManager().getIssueById(123); which throws below exception co ... rt.java:390) at com.taskadapter.redmineapi.IssueManager.getIssueById(IssueManager.java:100) at com.swap.red01.LoginAPIKey.getIssuebyStringID(LoginAPIKey.java:27) at com.swap ... Properties.java:21) </pre> Regards Swapnil 2016-10-24 19:58
Help: How to upload files into the Files section programmatically?
I need to upload files into the Files section ... Gradle build script. I've found a related issue (#7725) indicating that a few years ago ther ... ython workaraound code mentioned in #7725 ? 2016-10-24 17:16
Help: RE: email issue
Thanks Olivier Houdas It Works for me. Thanks a lot. 2016-10-24 12:21
Help: RE: email issue
Hi, You can try this : smtp_settings: ... ohil@mydomain.com password: your_pwd 2016-10-24 09:26
Development: Exclude some custom fields from context menu
Hello, I have a project with a large number of custom fields. My problem is that in the issues list when I open the context menu for fast edit issues, the context menu get really large and beco ... Is there a way to achieve this? Thanks 2016-10-21 11:35
Help: email issue
Hi, I have configured redmine 3.3.0-1 on s ... /code></pre> Need help in this!! Thanks 2016-10-21 11:05
Help: How can I put the message in yellow?
How can I put the message in yellow in Redmine? How I can set this information when I create a new Issue? !2016-10-21_09h45_08.png! 2016-10-21 09:49
Help: RE: Problems upgrading from 3.1.2.stable to 3.3.0.stable
did you also upgrade your database? there are known issues with mysql:mariadb 5.7 e.g. #17460 2016-10-19 15:39
Open discussion: How to become a member of a public project?
Hi everyone, for support of some software products I have some public projects with Wiki, Issues, Roadmap, Forum..... anonymous and non m ... trator) has to add members to such projects. 2016-10-18 10:18
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
Jethro Yu's version has had updates last mont ... /github.com/Hopebaytech/redmine_mail_reminder 2016-10-15 16:59
Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
> Is it possible to use this to include an ... u try it? With which helpdesk plugin? 2016-10-15 14:50
Open discussion: combined project-issues-view
is there an way to get a combined view: * ... ucture as treeview * in the middle pane the issues tree if i select on the left side an project on the middle pane all issues are filtered by this project and all subpro ... to another and then select the corresponding issues. I looked into a lot of discussions, plu ... dnt found a way to do so. Regards Steffen 2016-10-14 13:41
Help: Redmine 3.x: email notifications are not working when creating new user, issue etc
Hi, In Redmine 3.x, emails-activations are ... ail notifications are not working in case of issue creation, issue updation, provided the checks for these are ... rther development/testing. Regards, Vikas 2016-10-14 13:02
Help: RE: Error in issue with xml attach inside
Hello, Finally we did this. In mysql, execute something like: delete from redmine.issues where id = _issuenumber_; And if you have attachments, some ... om redmine.attachments where container_id = _issuenumber_; Regards 2016-10-14 12:23
Help: WebDav on Redmine
Good day, I use the plugin DMSF (http://www. ... mine_dmsf 1.5.6 redmine_issue_templates 0.1.3 redmine_people ... Hofei PS. Englische übersetzung von google 2016-10-14 09:27
Help: RE: sql query - table with several custom field values
Thanks, fails to express what I need. I have ... a table with these fields more fields of the issues table (id, start_date, etc). Do not know ... using google translate. Example table issues.id | issues.start_date | custom_field_1 | custom_field_ ... | | | 2016-10-13 16:12
Plugins: RE: Time & Attendance 2.4
From Time and Attendance 2.1 public holiday f ... to attendance module. You have to create an issue called 'Public Holidays' and set that issue as leave in attendance tab in plugin configuration. Then put time entry for that issue in Time sheet. If you don't plan to use attendance module then please put log time for any issue. 2016-10-13 15:51
Help: RE: Show issues without child issues
Thank you, Maxim. I wasn't aware of this kind ... ng in newer version of Redmine. I'll upgrade. 2016-10-13 09:43
Help: RE: Show issues without child issues
Hi Peter, first, I see You are using Redmi ... And yes, the solution is bloody simple: in Issue list view, just add filter "Relations / Subt ... . I hope it helped. Regards Maxim !Issues_-_Test_2_-_Redmine.jpg! 2016-10-12 22:10
Open discussion: Request Tracker to Redmine migration
Hi All, I'm currently using RT as my issue tracker, I just want to migrate it to Redmin ... oceed with the migration? Regards, Tamil 2016-10-11 16:23
Help: Show issues without child issues
Hello, I'm looking for a way how to query and filter issues which do not have a child issue. In SQL, I'd do this: <pre><code class="sql"> SELECT i.id, i.subject FROM issues i WHERE NOT EXISTS (SELECT 1 FROM issues c WHERE c.parent_id = i.id) </code></pre> ... zy) * psql (PostgreSQL) 9.1.16 Thank you! 2016-10-11 10:37
Help: RE: Help with setting up Redmine with P ... to an HTTP server sitting on a distinct host
I'd try to put <pre><code class="ruby"> co ... s obviously. Let me know if that solves the issue. Cheers, 2016-10-10 11:45
Help: RE: example on issue import with parent task
You may have a try on this example: |Pid| ... dmine.org/projects/redmine/wiki/HowTo_import_issues#Parent-Issue If the Id field is started with an #, like @#3@, it refers to an exsited issue in your redmine. If the Id field is just an number, like 3, it refers to the third issue in your importing cvs file. Hope this helps. 2016-10-09 17:37
Help: RE: Help with setting up Redmine with P ... to an HTTP server sitting on a distinct host
Thanks for the quick reply, Martin. You re ... d, so I'm a little perplexed with my current issue - but then again, it's been almost 1 year I' ... e]='/redmine' ... or somewhere else? 2016-10-09 17:03
(3801-3825/18290)