Search
Results (18321)
- Hello, I am trying to create issues using Redmine Java API. I am able to succes ... ctory.createWithApiKey(uri, apiAccessKey); IssueManager issueManager = mgr.getIssueManager(); Issue issueToCreate = IssueFactory.create(10, "some subject"); CustomF ... FieldName.equals(CUSTOM_FIELD_BRANCH)) { issueToCreate.addCustomField(CustomFieldFactory.cr ... ieldName.equals(CUSTOM_FIELD_COUNTRY)) { issueToCreate.addCustomField(CustomFieldFactory.cr ... FieldName.equals(CUSTOM_FIELD_DOMAIN)) { issueToCreate.addCustomField(CustomFieldFactory.cr ... Name.equals(CUSTOM_FIELD_SUBMITTEDBY)) { issueToCreate.addCustomField(CustomFieldFactory.cr ... ieldName.equals(CUSTOM_FIELD_EMAILTO)) { issueToCreate.addCustomField(CustomFieldFactory.cr ... n.getName(), "xyz@abc.com.tr")); } ...
- Hi, We're having a bit of a problem with o ... edmine? I don't have a way to reproduce the issue, unfortunately. Any ideas on why this is ... 0.16.2 Thanks in advance!
- Help: RE: Internal Error Under Users Page
- Just found out it was due to redmine_digest plugin. After turning it off the issue has gone
- Help: RE: Logging user spent time problem
- Here is the log: <pre> Started PATCH "/issues/19909" for 95.170.246.42 at 2017-02-16 10:13:46 +0100 Processing by IssuesController#update as HTML Parameters: {"u ... =>"blabla", "form_update_triggered_by"=>"", "issue"=>{"description"=>"blabla", "status_id"=>"23 ... nal_id"=>"262818", "commit"=>"Submit", "next_issue_id"=>"19790", "issue_position"=>"1", "issue_count"=>"4", "id"=>"19909"} Setting Load ... n' ORDER BY `settings`.`id` DESC LIMIT 1 Issue Load (0.8ms) SELECT `issues`.* FROM `issues` WHERE `issues`.`id` = 19909 LIMIT 1 Project Load (0.3m ... * FROM `settings` WHERE `settings`.`name` = '...
- Help: RE: Internal Error Under Users Page
- I've faced the same issue while updating user's email. Please, help! ... redmine_work_time 0.3.3 </pre>
- Plugins: Issue Template Plugin v0.1.4.
- Hello, I've released Redmine Issue Template 0.1.4, maintenance release. Feedba ... Repo: https://github.com/akiko-pusu/redmine_issue_templates I'm so sorry I could not implem ... l be implemented on Redmine itself. (#6715)
- Open discussion: RE: All Projects option for Saved Queries
- > Now my list only includes issues in the same project as issue 9. Yes, it is very bad effect. Very diffi ... in users why they sometime see all project's issues in custom queries and sometime current project's issues. Please improve this behavior ... I use ver 3.3
- Help: RE: Error adding attachment at first time
- This might just be a temporarily connection issue. Check your logs to see if something is going wrong on the server side.
- Help: RE: Prevent file added to issue via email
- Tuan Phan Anh wrote: > [...] The problem is when someone update the issue via email with a photo in the email signatur ... ., the photos will be added as a file to the issue. > Does someone know how to configure redmi ... ed in yet-to-be released Redmine version#119)
- Just one user has a problem with upload file (just image)into issue. He opens issue, fills up form a chooses file(image). Its shows error (see attachment) without confirm issue's form. There is no attachment after confirming form. He updates issue and adds the same file and it works fine. O ... ppend me as well (during filling this form).
- Open discussion: RE: Redmine account activation issues
- Unstickied, lost its actuality.
- Hi everyone, I am using email to update an issue on redmine. The problem is when someone update the issue via email with a photo in the email signatur ... ., the photos will be added as a file to the issue. Does someone know how to configure redmine to not allow to add file via email? Thank you.
- Development: RE: Plugin, ajax, query patch and authorized_for
- In the mean time I found out that the following *does* work: /app/views/vote_on_issues/cast_vote.js.erb: <pre><code class="erb"> ... ... <% end %> </code></pre> lib/vote_on_issues/patches/query_patch.rb: <pre><code class=" ... view_votes, nil, :global => true) VoteOnIssue.where('vote_val < 0 AND issue_id=?', issue.id).sum('vote_val') else '-' end </code></pre> But still...
- Help: RE: "Sort" and "Group Results by" not ... multiple values Custom Field formated as List
- Frédéric Chauvière wrote: > When you say "by ... ds. > I'm asking, because in our model an issue can affect several modules of your software, ... h modules will be affected by the fix of the issue. But after that, it's a pain in th @$$ to list issues affecting a specific module... and it shoul ... ults in Excel, and use macros to regroup our issues by module... Well, the _listing_ of issues affecting a specific module shouldn't be a ... kup and didn't find a similar request in the issue pool)...
- Hello, I have HelpDesk plugin installed on my ... reviously created using the REST API) to the issue that I'm creating from a java web applicatio ... SOLVED: Modifying the RedmineManager Calss
- Help: RE: Allow related issues to be started/due on the same date.
- I have the same issue. I had to stop using dates for most things because of this.
- Open discussion: RE: Bitnami Remine slowness issue
- We faced this issue because our mail server was not configured ... Settings -> Email Notifications -> uncheck "issue updated" and save. Hope this will fix the issue.
- Development: RE: Customize Issue creation from incoming emails
- Federico, you might want to take a look at th ... ivingEmails#Enabling-unknown-users-to-create-issues-by-email|RedmineReceivingEmails#Enabling-unknown-users-to-create-issues-by-email]]. There is no need to patch Redmine for this.
- Hi, I have a problem about loading issue page after adding over one thousand users to ... h me. Thanks for your help in advance!
- Help: RE: Custom fields List vs Key/value List
- In the case of Key / value list, after the issue is registered, if you modify the value of th ... the Key / value list item of the registered issue also changes.
- Hello Folks, When we update issue or bug in issue tab.it takes too much time. It would be great if you can help me out.
- Hello everyone, I am tasked with fixing a ... implemented a custom plugin for creating new issues, based on this existing plugin: https://github.com/akiko-pusu/redmine_issue_templates/issues I'm able to create new issues based on his version of the template, but every time I try to access "Issues Assigned to Me" or "Reported Issues" links from the "My Page" section, I am redirected to an internal error. The issues have been successfully created, as I can ac ... Here's the text for the error logs for this issue: Started GET "/issues?assigned_to_id=me&set_filter=1&sort=priorit ... at 2017-01-30 22:54:39 +0000 Processing by IssuesController#index as HTML Parameters: {"as ... ueries/_columns.html.erb (1.6ms) Rendered issue...
- Hello, is it possible to group Gantt diagram ... n, custom attribute)? It seems to works for issue view only but not for gantt. Any suggestion ... Rails version 3.2.16 </pre>
- Help: RE: After migrating to a new server I get a 404 when trying to create New Issues
- Does anyone have anything else I can check?
- Hi! i have the same problem: > When I have issue A and issue B, and I assign issue B to follow issue A I want to still be able to schedule the st ... the same day. > > Currently if I schedule issue A and issue B to start on the same day, than I say issue B follows issue A, issue B's start date is changed to the next day after issue A's due date. Issue A may only take an hour which means issue A and issue B could technically start on the same day. ... xt day. are there any plugins for this?